WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about post_submitbox_start

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/meta-boxes.php do_action 330 /**
* Fires at the beginning of the publishing actions section of the Publish meta box.
*
* @since 2.7.0
* @since 4.9.0 Added the `$post` parameter.
*
* @param WP_Post|null $post WP_Post object for the current post on Edit Post screen,
* null on Edit Link screen.
*/
wp-admin/includes/meta-boxes.php do_action 1072 /**
* Displays link create form fields.
*
* @since 2.7.0
*
* @param object $link Current link object.
*/

Hook Parameters

Parameter Type Name Description
WP_Post|null $post WP_Post object for the current post on Edit Post screen,
WP_Post|null $post WP_Post object for the current post on Edit Post screen,