page_attributes_meta_box_template, $template, $post

page_attributes_meta_box_template, $template, $post

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

do_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 );
    ?>