do_action( 'page_attributes_meta_box_template', string $template , WP_Post $post )
Fires immediately after the label inside the ‘Template’ section of the ‘Page Attributes’ meta box.
Parameters
- $template
-
The template used for the current post.
- $post
-
The current post.
Source
Changelog
Version | Description |
---|---|
WP-4.4.0 | Introduced. |