xmlrpc_call_success_blogger_deletePost WordPress Action Hook
The xmlrpc_call_success_blogger_deletePost hook is called after a successful XML-RPC call to delete a post.
do_action( 'xmlrpc_call_success_blogger_deletePost', int $post_ID , array $args ) #
Fires after a post has been successfully deleted via the XML-RPC Blogger API.
Parameters
- $post_ID
(int)ID of the deleted post.
- $args
(array)An array of arguments to delete the post.
Source
Changelog
Version | Description |
---|---|
3.4.0 | Introduced. |