Disable / Hide / Supress Error Notification Alerts
-
Here is a picture of my the error: https://i.imgur.com/r0t1P2m.png
May you please help me hide these notification errors?
—
I have all these in my functions.php file but none of them supress the error.
remove_action( 'admin_notices', 'show_update_error' ); remove_action( 'all_admin_notices', 'show_update_error' ); remove_action( 'admin_notices', 'display_admin_notices' ); remove_action( 'all_admin_notices', 'display_admin_notices' ); remove_action( 'admin_notices', 'display_notifications' ); remove_action( 'all_admin_notices', 'display_notifications' ); remove_action( 'admin_notices', 'show_update_details' ); remove_action( 'all_admin_notices', 'show_update_details' ); remove_action( 'admin_notices', 'wpseo_all_admin_notices' ); remove_action( 'all_admin_notices', 'wpseo_all_admin_notices' );
Viewing 14 replies - 1 through 14 (of 14 total)
Viewing 14 replies - 1 through 14 (of 14 total)
- The topic ‘Disable / Hide / Supress Error Notification Alerts’ is closed to new replies.