Description
Fires after a post has been successfully deleted via the XML-RPC Blogger API.
Occurrences
Filename | Line Number |
---|---|
wp-includes/class-wp-xmlrpc-server.php | 5304 |
Parameters
Type | Name | Description |
---|---|---|
int | $post_id | ID of the deleted post. |
array | $args | An array of arguments to delete the post. |
PHP Doc
/**
* Fires after a post has been successfully deleted via the XML-RPC Blogger API.
*
* @since 3.4.0
*
* @param int $post_id ID of the deleted post.
* @param array $args An array of arguments to delete the post.
*/