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
2803
2804           /**
2805            * Fires after a page has been successfully deleted via XML-RPC.
2806            *
2807            * @since 3.4.0
2808            *
2809            * @param int   $page_id ID of the deleted page.
2810            * @param array $args    An array of arguments to delete the page.
2811            */
2812           do_action( 'xmlrpc_call_success_wp_deletePage', $page_id, $args );
2813
2814           return true;
2815      }
2816
2817      /**
2818       * Edit page.
2819       *
2820       * @since 2.2.0
2821       *