Created
January 16, 2019 14:59
-
-
Save danielstrelec/d8647a080e9ae684a4f8fd9d8b673d97 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
| // přesunutí Yoast SEO dolů | |
| function yoast_bottom() { | |
| return 'low'; | |
| } | |
| add_filter( 'wpseo_metabox_prio', 'yoast_bottom'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment