Action hook 'xmlrpc_call_success_wp_newCategory'

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

Description

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

Occurrences

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

Parameters

Type Name Description
int $cat_id ID of the new category.
array $args An array of new category arguments.

PHP Doc

/**
		 * Fires after a new category has been successfully created via XML-RPC.
		 *
		 * @since 3.4.0
		 *
		 * @param int   $cat_id ID of the new category.
		 * @param array $args   An array of new category arguments.
		 */