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



xmlrpc_call_success_wp_deletepage › WordPress Action Hooks

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

Fires after a page has been successfully deleted via XML-RPC.





Source

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