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