mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-04-28 11:22:21 +08:00
https://wordpress.org/support/topic/change-position-of-rankmath-meta-box-on-user-profile/
3 lines
84 B
Text
3 lines
84 B
Text
add_filter( 'rank_math/metabox/priority', function( $priority ) {
|
|
return 'low';
|
|
});
|