Skip to content

Instantly share code, notes, and snippets.

@tommaitland
Created July 15, 2013 05:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save tommaitland/5997695 to your computer and use it in GitHub Desktop.
Save tommaitland/5997695 to your computer and use it in GitHub Desktop.
Remove post columns from WordPress SEO by Yoast
<?php
// functions.php
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