Skip to content

Instantly share code, notes, and snippets.

@chuckreynolds
Created March 7, 2014 08:16
Show Gist options
  • Save chuckreynolds/9407474 to your computer and use it in GitHub Desktop.
Save chuckreynolds/9407474 to your computer and use it in GitHub Desktop.
This will disable the super noob stuff in WordPress SEO by Yoast plugin. Removes the filters on edit posts screen etc.
if (defined('WPSEO_VERSION')) {
add_filter( 'wpseo_use_page_analysis', '__return_false' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment