Description
Fires immediately after the label inside the 'Template' section of the 'Page Attributes' meta box.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/meta-boxes.php | 1049 |
Parameters
Type | Name | Description |
---|---|---|
string|false | $template | The template used for the current post. |
WP_Post | $post | The current post. |
PHP Doc
/**
* Fires immediately after the label inside the 'Template' section
* of the 'Page Attributes' meta box.
*
* @since 4.4.0
*
* @param string|false $template The template used for the current post.
* @param WP_Post $post The current post.
*/