Description
Fires before the help hint text in the 'Page Attributes' meta box.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/meta-boxes.php | 1080 |
Parameters
Type | Name | Description |
---|---|---|
WP_Post | $post | The current post. |
PHP Doc
/**
* Fires before the help hint text in the 'Page Attributes' meta box.
*
* @since 4.9.0
*
* @param WP_Post $post The current post.
*/