Code shared by CodePotent; goes in your theme functions file. function codepotent_debug_notifier_register_admin_bar() { if (!current_user_can('manage_options')) { return; } global $wp_admin_bar; $label = esc_html__(' Debugging DISABLED ', 'codepotent-debug-notifier'); if (defined('WP_DEBUG')) { if (WP_DEBUG...