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