Skip to content

Filter: apple_news_publish_meta_box_priority

kevinfodness edited this page Oct 23, 2020 · 1 revision

apply_filters( 'apple_news_publish_meta_box_priority', string $priority )

Changes the priority (i.e. vertical location) where the Apple News meta box appears by default on the post edit screen. Defaults to 'high'.

Parameters

$priority

(string) The priority of the meta box. Defaults to 'high'.

More Information

For proper usage, please read the documentation on add_meta_box at https://developer.wordpress.org/reference/functions/add_meta_box/.

Source

admin/class-admin-apple-meta-boxes.php

Clone this wiki locally