xmlrpc_call_success_blogger_editPost WordPress Action Hook
The xmlrpc_call_success_blogger_editPost hook is called whenever a post is successfully edited via the XML-RPC Blogger API. This hook can be used to perform any necessary actions after a post has been edited, such as sending a notification to the author or backing up the post.
do_action( 'xmlrpc_call_success_blogger_editPost', int $post_ID , array $args ) #
Fires after a post has been successfully updated via the XML-RPC Blogger API.
Parameters
- $post_ID
(int)ID of the updated post.
- $args
(array)An array of arguments for the post to edit.
Source
Changelog
Version | Description |
---|---|
3.4.0 | Introduced. |