The XML-RPC has a filter, where you can add your custom methods:
function wpse60127_xmlrpc_methods( $methods )
{
$methods['newWPSE60127Method'] = 'wpse60127_new_method';
return $methods;
}
add_filter( 'xmlrpc_methods', 'wpse60127_xmlrpc_methods' );
Simply add your own methods there (core methods/functions) are also allowed.
Related Posts:
- wp.getUsers XML-RPC method is returning only 50 users, how can i get all the users
- WordPress as XML-RPC client?
- How to enable wpautop for XMLRPC content
- Extending xml rpc – best practice
- How do I know if my site is using the xmlrpc.php file?
- XML-RPC: Add category to post data
- How Enable XML-RPC in WP 4.8.2
- XMLRPC and Underscored custom fields
- Creating post content from external web scraper via JSON or RPC
- xmlrpc.php Returning 405 Response Code
- Restrict access to xmlrpc.php
- Simply deleting XMLRPC file
- Storing an XML Response (Transient)?
- Problem with Create Post using metaWeblog.newPost or wp_insert_post
- Is it possible to change a blog’s theme through XML-RPC command? (and if so how?)
- How pull wordpress blog data using Blogger API using python
- Create a new post in wordpress with XML-RPC with the correct GUID?
- Working code example of PHP XML-RPC connex to site?
- Automated posting to wordpress from commandline or XMLRPC API on Dreamhost
- Posting via HTTP requests?
- Why is minimum_args protected?
- Multiple new posts using XML-RPC?
- Is it possible write, publish and edit posts with WordPress from console aka terminal?
- How to enable xmlrpc in WordPress 5?
- modify post meta data remotely without xmlrpc
- XMLRPC newPost post_content issue
- Can XMLRPC set show_on_front/page_on_front?
- Send an extra parameter with xml-rpc login?
- Is there any image size limit for wordpress xml-rpc?
- XML-RPC and $wpdb
- wp.getComments is returning nill, when i called from my iphone app [closed]
- XMLRPC won’t connect?
- wp.setOptions of the XML-RPC API does not appear to work
- How to list updates using WordPress XML-RPC methods
- Is XML-RPC still a security risk?
- Get Post meta via XML-RPC using wp.getPost
- How to process shortcodes in XML-RPC
- “XML-RPC server accepts POST requests only” error message
- New post created with XML-RPC works fine but fails to assign category
- Tagging posts to custom taxonomies using XMLRPC in R
- Getting all posts from an XMLRPC request [duplicate]
- not well-formed (invalid token) at line 15, column 51, byte 720 when trying to parse XMLRPC call
- XML-RPC aplication blocked by the hosting
- Weblog clients cannot retrieve posts: An invalid hexadecimal character (0x7) was found in the element content of the document
- Using XML RPC to import data into WordPress
- Page content sent from XML RPC is corrupted
- tag is ignored when using xml-rpc
- How to read newpost return post ID value as integer for xmlrpc
- Enabling XML-RPC Accross 500 blogs
- Retrieve username and password from XMLRPC request
- MpMovie Player not rotating to land scape mode
- Is it possible to convert apk file to IPA file?
- how to fix the issue “Command /bin/sh failed with exit code 1” in iphone
- Processing Symbol Files in Xcode
- Xcode error: This device is no longer connected
- UIButton title text color
- mailto link with HTML body
- Xcode error “Could not find Developer Disk Image”
- wordpress json custom taxonomy problem
- How do I make my blog iPad / iPhone / Android friendly?
- Code Formatted with SyntaxHighlighter Evolved Appearing Incorrectly on iPad/iPhone
- Does blocking xmlrpc.php affect pinging update services like pingomatic
- How to create an iPhone app base on the content from a WordPress site? (Just like the one by Mashable)
- PHP XMLRPC for WordPress: Adding meta tags and description
- Store source permalink on XMLRPC calls
- How to secure WordPress XMLRPC?
- XMLRPC Avoid duplicate content
- Possible to filter the posts or categories that XML-RPC users see in their mobile application?
- Removing unnecessary wordpress files
- Change post format using custom field
- How can I make a wp site in a mobile application?
- How to disable XML-RPC from Linux command-line in a total way?
- PHP library that can merge stylesheet with inline style [closed]
- Is there a way to know if a post has been published through XML-RPC?
- Is it possible to post with Word 2007 via XML-RPC and limit categories by user?
- Block only external access to wp-cron.php on OpenLiteSpeed
- XML-RPC and Custom Post Types
- XML-RPC and post_date
- How to stop xmlrpc attacks without disabling component to allow JetPack to work in WordPress?
- XML-RPC errors they know my username?
- XML-RPC: How to add media caption to uploaded image?
- Getting trackpacks/pingbacks for a post via wordpress?
- Manipulating/view postmeta remotely
- XMLRPC slow and weird websites/services
- How to find a post using XML-RPC without knowing ID
- Call specific plugin update
- How to edit feature image with XML RPC?
- Cannot save underscore custom fields in one wordpress installation using xmlrpc and underscores
- Images dont show up on an iPhone [closed]
- Remove iPhone detection on login page
- Using Microsift Word/Outlook for content publishing to WordPress
- Post via wp-admin and via iOS app, same hooks and triggers involved?
- Can I disable xml-rpc by setting it to false?
- API WordPress is Limited? Return False
- Anomaly with response coming from XML RPC Api get Post (integer out of range)
- XML RPC -> Create User
- Custom category for posts via XMLRPC
- Getting the Posts’ permalinks from XLMRPC
- Turning a WP Site Into an iPhone/iPad App [closed]
- XMLRPC: How to retrieve possible custom fields for a new post?