Description
Fires at the beginning of the publishing actions section of the Publish meta box.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/meta-boxes.php | 359 |
wp-admin/includes/meta-boxes.php | 1131 |
Parameters
Type | Name | Description |
---|---|---|
WP_Post|null | $post | WP_Post object for the current post on Edit Post screen, null on Edit Link screen. |
PHP Doc
/**
* 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.
*/