From a90d4751317fa483896590fbcc41d6b33be73fd1 Mon Sep 17 00:00:00 2001 From: Robin Devitt Date: Mon, 24 Oct 2022 08:06:49 +0000 Subject: [PATCH] Remove css that was hiding the social tab in Yoast. --- inc/namespace.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/inc/namespace.php b/inc/namespace.php index 6c25266..2a91e97 100644 --- a/inc/namespace.php +++ b/inc/namespace.php @@ -511,16 +511,6 @@ function hide_yoast_premium_social_previews() { display: none; }'; - /** - * Hide the Social tab in the Yoast Metabox. - * - * The Google preview is in the basic SEO tab and social previews - * are only available for Yoast SEO Premium. - */ - $styles .= '.wpseo-metabox-menu .yoast-aria-tabs li:last-of-type { - display:none; - }'; - echo ""; // phpcs:ignore HM.Security.EscapeOutput.OutputNotEscaped }