Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/class-wp-xmlrpc-server.php | do_action | 5285 | /** * 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. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
int | $post_ID | ID of the deleted post. |
array | $args | An array of arguments to delete the post. |