File: wp-includes/class-wp-xmlrpc-server.php
-
Filters the XML-RPC blog options property.
-
Filters XML-RPC-prepared date for the given post.
-
Retrieves the blogs of the user.
-
Prepares post data for return in an XML-RPC object.
-
hookxmlrpc_call
Fires after the XML-RPC user has been authenticated but before the rest of the method logic begins.
-
Filters XML-RPC-prepared date for the given post type.
-
Checks if the method received at least the minimum number of arguments.
-
Prepares media item data for return in an XML-RPC object.
-
Prepares taxonomy data for return in an XML-RPC object.
-
Filters XML-RPC-prepared data for the given taxonomy.
-
Prepares term data for return in an XML-RPC object.
-
classwp_xmlrpc_server
WordPress XMLRPC server implementation.
-
Retrieves custom fields for post.
-
Registers all of the XMLRPC methods that XMLRPC server understands.
-
Sets custom fields for post.
-
hookxmlrpc_methods
Filters the methods exposed by the XML-RPC server.
-
Sets up blog options property.
-
Serves the XML-RPC request.
-
Tests XMLRPC API by saying, “Hello!” to client.
-
Tests XMLRPC API by adding two numbers for client.
-
Logs user in.
-
hookxmlrpc_enabled
Filters whether XML-RPC methods requiring authentication are enabled.
-
Filters the XML-RPC user login error message.
-
Checks user’s credentials. Deprecated.
-
Escapes string or array of strings for database.