WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about page_attributes_meta_box_template

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/meta-boxes.php do_action 990 /**
* 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.
*/

Hook Parameters

Parameter Type Name Description
string|false $template The template used for the current post.
WP_Post $post The current post.