Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: xmlrpc_call_success_wp_deleteCategory

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
3396           if ( true == $status ) {
3397                /**
3398                 * Fires after a category has been successfully deleted via XML-RPC.
3399                 *
3400                 * @since 3.4.0
3401                 *
3402                 * @param int   $category_id ID of the deleted category.
3403                 * @param array $args        An array of arguments to delete the category.
3404                 */
3405                do_action( 'xmlrpc_call_success_wp_deleteCategory', $category_id, $args );
3406           }
3407
3408           return $status;
3409      }
3410
3411      /**
3412       * Retrieve category list.
3413       *
3414       * @since 2.2.0