Created
July 5, 2020 14:11
-
-
Save deeman/d55282bce16e1d08efab017217d91344 to your computer and use it in GitHub Desktop.
Remove Genesis meta description when using another SEO plugin.
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 characters
// kill genesis meta description when using another SEO plugin. also remove genesis SEO metas from posts. | |
remove_action( 'genesis_meta','genesis_seo_meta_description' ); | |
remove_action( 'admin_menu', 'genesis_add_inpost_seo_box' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment