Action hook 'xmlrpc_call_success_wp_deleteCategory'

in WP Core File wp-includes/class-wp-xmlrpc-server.php at line 3516

Description

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

Occurrences

Filename Line Number
wp-includes/class-wp-xmlrpc-server.php 3516

Parameters

Type Name Description
int $category_id ID of the deleted category.
array $args An array of arguments to delete the category.

PHP Doc

/**
			 * Fires after a category has been successfully deleted via XML-RPC.
			 *
			 * @since 3.4.0
			 *
			 * @param int   $category_id ID of the deleted category.
			 * @param array $args        An array of arguments to delete the category.
			 */