Fires after a category has been successfully deleted via XML-RPC.
$category_idint$argsarraywp-includes/class-wp-xmlrpc-server.php:3527wp_xmlrpc_server::wp_deleteCategory() * * @since 3.4.0 * * @param int $category_id ID of the deleted category. * @param array $args An array of arguments to delete the category. */ do_action( 'xmlrpc_call_success_wp_deleteCategory', $category_id, $args ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.NotLowercase } return $status; } /**Introduced in 3.4.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.