page_attributes_meta_box_template, $template, $post
page_attributes_meta_box_template, $template, $post
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('page_attributes_meta_box_template, $template, $post') is found 1 times:
- /wp-admin/includes/meta-boxes.php line 1049
*
* @param string|false $template The template used for the current post.
* @param WP_Post $post The current post.
*/
do_action( ‘page_attributes_meta_box_template’, $template, $post );
?>