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
2888
2889           /**
2890            * Fires after a page has been successfully deleted via XML-RPC.
2891            *
2892            * @since 3.4.0
2893            *
2894            * @param int   $page_id ID of the deleted page.
2895            * @param array $args    An array of arguments to delete the page.
2896            */
2897           do_action( 'xmlrpc_call_success_wp_deletePage', $page_id, $args );
2898
2899           return true;
2900      }
2901
2902      /**
2903       * Edit page.
2904       *
2905       * @since 2.2.0
2906       *