Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-admin/post.php | do_action | 363 | /** * Fires for a given custom post action request. * * The dynamic portion of the hook name, `$action`, refers to the custom post action. * * @since 4.6.0 * * @param int $post_id Post ID sent with the request. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
int | $post_id | Post ID sent with the request. |