search ]

Change the Rank Math Metabox Display Priority

For Rank Math users, use the rank_math/metabox/priority filter to change the display order of the Rank Math metabox in the editor.

Setting the value to low will make the Rank Math metabox appear after other metaboxes, such as ACF fields.

/**
 * Change the Rank Math Metabox Priority
 *
 * @param array $priority Metabox Priority.
 */
add_filter( 'rank_math/metabox/priority', function( $priority ) {
	return 'low';
});
Join the Discussion
0 Comments  ]

Leave a Comment

To add code, use the buttons below. For instance, click the PHP button to insert PHP code within the shortcode. If you notice any typos, please let us know!

Savvy WordPress Development official logo