WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about xmlrpc_call_success_wp_deletePage

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/class-wp-xmlrpc-server.php do_action 3148 /**
* Fires after a page has been successfully deleted via XML-RPC.
*
* @since 3.4.0
*
* @param int $page_id ID of the deleted page.
* @param array $args An array of arguments to delete the page.
*/

Hook Parameters

Parameter Type Name Description
int $page_id ID of the deleted page.
array $args An array of arguments to delete the page.