Created
October 24, 2023 22:37
-
-
Save amboutwe/855f7c56ed524c7d2fc58f26b14db49c to your computer and use it in GitHub Desktop.
Revisions
-
amboutwe created this gist
Oct 24, 2023 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ <?php /********* DO NOT COPY THE PARTS ABOVE THIS LINE *********/ /* Disable Yoast SEO Emoji Script * Credit: Yoast team * Last Tested: Oct 24 2023 using Yoast SEO (free and premium) 21.4 on WordPress 6.3.2 */ add_filter( 'wpseo_premium_load_emoji_picker', '__return_false' );