WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about xmlrpc_call_success_blogger_editPost

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/class-wp-xmlrpc-server.php do_action 5226 /**
* Fires after a post has been successfully updated via the XML-RPC Blogger API.
*
* @since 3.4.0
*
* @param int $post_ID ID of the updated post.
* @param array $args An array of arguments for the post to edit.
*/

Hook Parameters

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