all_actions( 'user_admin_notices' ); \remove_all_actions( 'network_admin_notices' ); \remove_all_actions( 'all_admin_notices' ); } /** * Checks whether the user is coming from the tools page. * * @return bool */ public function is_coming_from_tools_page() { // phpcs:ignore WordPress.Security.NonceVerification.Recommended -- Reason: We are simply checking against a set value. return isset( $_GET['from_tools'] ) && $_GET['from_tools'] === '1'; } }
Warning: Cannot modify header information - headers already sent by (output started at /htdocs/wp-content/plugins/wordpress-seo/src/integrations/admin/redirects-page-integration.php:1) in /htdocs/wp-includes/pluggable.php on line 1450

Warning: Cannot modify header information - headers already sent by (output started at /htdocs/wp-content/plugins/wordpress-seo/src/integrations/admin/redirects-page-integration.php:1) in /htdocs/wp-includes/pluggable.php on line 1453