Created
July 15, 2013 05:34
-
-
Save tommaitland/5997695 to your computer and use it in GitHub Desktop.
Remove post columns from WordPress SEO by Yoast
This file contains 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
<?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