Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/post.php | do_action | 7663 | /** * Fires when _publish_post_hook() is called during an XML-RPC request. * * @since 2.1.0 * * @param int $post_id Post ID. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
int | $post_id | Post ID. |