Description
Fires after a new post has been successfully created via the XML-RPC Blogger API.
Occurrences
Filename | Line Number |
---|---|
wp-includes/class-wp-xmlrpc-server.php | 5166 |
Parameters
Type | Name | Description |
---|---|---|
int | $post_id | ID of the new post. |
array | $args | An array of new post arguments. |
PHP Doc
/**
* Fires after a new post has been successfully created via the XML-RPC Blogger API.
*
* @since 3.4.0
*
* @param int $post_id ID of the new post.
* @param array $args An array of new post arguments.
*/