do_action( 'xmlrpc_call', string $name )

Fires after the XML-RPC user has been authenticated but before the rest of the method logic begins.


Description

All built-in XML-RPC methods use the action xmlrpc_call, with a parameter equal to the method’s name, e.g., wp.getUsersBlogs, wp.newPost, etc.


Parameters

$name

(string) The method name.


Source

File: wp-includes/class-wp-xmlrpc-server.php

View on GitHub



Changelog

Changelog
Version Description
WP-2.5.0 Introduced.