Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: xmlrpc_call_success_wp_deletePage

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

Line Code
2599
2600           /**
2601            * Fires after a page has been successfully deleted via XML-RPC.
2602            *
2603            * @since 3.4.0
2604            *
2605            * @param int   $page_id ID of the deleted page.
2606            * @param array $args    An array of arguments to delete the page.
2607            */
2608           do_action( 'xmlrpc_call_success_wp_deletePage', $page_id, $args );
2609
2610           return true;
2611      }
2612
2613      /**
2614       * Edit page.
2615       *
2616       * @since 2.2.0
2617       *