Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/class-wp-xmlrpc-server.php | do_action | 5634 | /** * 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. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
int | $post_ID | ID of the new post. |
array | $args | An array of arguments to create the new post. |