From 3300fabb7da790c64dcdd98dfe4faea0b6f10ff7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Mon, 11 Mar 2024 17:55:54 +0000 Subject: [PATCH] Upgrade wordpress-seo --- mu-plugins/wordpress-seo.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/mu-plugins/wordpress-seo.php b/mu-plugins/wordpress-seo.php index a51fc4b..bb01d96 100644 --- a/mu-plugins/wordpress-seo.php +++ b/mu-plugins/wordpress-seo.php @@ -15,7 +15,7 @@ 0 ); -// Dequeue HelpScout Beacon JavaScript. +// Disable HelpScout Beacon. add_action( 'admin_enqueue_scripts', static function () { @@ -24,6 +24,12 @@ static function () { 99, 0 ); +add_filter( + 'wpseo_helpscout_show_beacon', + '__return_false', + 10, + 0 +); // Hide Premium Upsell metabox and dim sidebar. add_action(