WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about page_attributes_misc_attributes

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/meta-boxes.php do_action 1021 /**
* Fires before the help hint text in the 'Page Attributes' meta box.
*
* @since 4.9.0
*
* @param WP_Post $post The current post.
*/

Hook Parameters

Parameter Type Name Description
WP_Post $post The current post.