WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about xmlrpc_call_success_mw_editPost

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/class-wp-xmlrpc-server.php do_action 6018 /**
* 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.
*/

Hook Parameters

Parameter Type Name Description
int $post_ID ID of the updated post.
array $args An array of arguments to update the post.