Skip to content

Instantly share code, notes, and snippets.

@deeman
Created July 5, 2020 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deeman/d55282bce16e1d08efab017217d91344 to your computer and use it in GitHub Desktop.
Save deeman/d55282bce16e1d08efab017217d91344 to your computer and use it in GitHub Desktop.
Remove Genesis meta description when using another SEO plugin.
// 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