Team
Price
Portfolio
Contact
Cases
Plugins
Change metabox priority in admin for Yoast Seo
function wpm_seo_metabox_priority() { //* Accepts 'high', 'default', 'low'. Default is 'high'. return 'low'; } add_filter( 'wpseo_metabox_prio', 'wpm_seo_metabox_priority' );
1
2
3
4
5
function
wpm_seo_metabox_priority
(
)
{
//* Accepts 'high', 'default', 'low'. Default is 'high'.
return
'low'
;
}
add_filter
(
'wpseo_metabox_prio'
,
'wpm_seo_metabox_priority'
)
;
Admin
Plugins
Yoast Seo
13 Jun 2017