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