Last active
May 31, 2018 19:51
-
-
Save ashsaraga/3e015b6e56386d140e4bfb3302a56af0 to your computer and use it in GitHub Desktop.
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
<?php | |
// Move Yoast SEO to the bottom of the page editor | |
function yoasttobottom() { | |
return 'low'; | |
} | |
add_filter( 'wpseo_metabox_prio', 'yoasttobottom'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment