xmlrpc_call_success_wp_newCategory

xmlrpc_call_success_wp_newCategory

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('xmlrpc_call_success_wp_newCategory') is found 1 times:

  • /wp-includes/class-wp-xmlrpc-server.php line 3466
    3462
    3463
    3464
    3465
    3466
    3467
    3468
    3469
    3470
    3471
    3472
         *
         * @param int   $cat_id ID of the new category.
         * @param array $args   An array of new category arguments.
         */
        do_action( 'xmlrpc_call_success_wp_newCategory', $cat_id, $args ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.NotLowercase
     
        return $cat_id;
    }
     
    /**
     * Deletes a category.