Created
August 1, 2016 21:33
-
-
Save marcbacon/e20d97b7ce3565fcda1a18fd155008e0 to your computer and use it in GitHub Desktop.
Move Yoast SEO Metabox to the bottom of the posts screen (change its priority)
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
// Move Yoast SEO Metabox to the bottom of the posts screen | |
add_filter( 'wpseo_metabox_prio', function() { return 'low';}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment