wpseek.com
A WordPress-centric search engine for devs and theme authors



xmlrpc_call_success_blogger_deletepost › WordPress Action Hooks

Since3.4.0
Deprecatedn/a
do_action( 'xmlrpc_call_success_blogger_deletePost', $post_id, $args )
Parameters: (2)
  • () post_id ID of the deleted post.
    Required: Yes
  • () args An array of arguments to delete the post.
    Required: Yes
Defined at:
Codex:

Fires after a post has been successfully deleted via the XML-RPC Blogger API.



Related Functions: user_can_delete_post


Source

do_action( 'xmlrpc_call_success_blogger_deletePost', $post_id, $args ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.NotLowercase