Skip to content

Filter: apple_news_publish_meta_box_context

kevinfodness edited this page Oct 23, 2020 · 1 revision

apply_filters( 'apple_news_publish_meta_box_context', string $context )

Changes the context (i.e. column) where the Apple News meta box appears by default on the post edit screen. Defaults to 'side'.

Parameters

$context

(string) The context where the meta box should display. Defaults to 'side'.

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