Created
August 16, 2019 18:35
-
-
Save karlazz/5cff7e3ac71d327ec253c6ae82424ad5 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
/* Move yoast meta box to bottom of pages */ | |
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