Fires before the help hint text in the ‘Page Attributes’ meta box.
Parameters
$postWP_Post- The current post.
Source
do_action( 'page_attributes_misc_attributes', $post );
Changelog
| Version | Description |
|---|---|
| 4.9.0 | Introduced. |
Fires before the help hint text in the ‘Page Attributes’ meta box.
$postWP_Postdo_action( 'page_attributes_misc_attributes', $post );
| Version | Description |
|---|---|
| 4.9.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.