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.
Description Description
Parameters Parameters
- $post_ID
-
(int) ID of the deleted post.
- $args
-
(array) An array of arguments to delete the post.
Source Source
Changelog Changelog
Version | Description |
---|---|
3.4.0 | Introduced. |