xmlrpc_rsd_apis WordPress Action Hook

Xmlrpc_rsd_apis is a WordPress hook that allows you to add additional RSD (Really Simple Discovery) APIs to your WordPress site. RSD is a standard that allows clients to discover the location of a site's XML-RPC interface. This hook gives you the ability to add multiple RSD APIs to your site, which can be useful if you want to offer different XML-RPC interfaces to different clients. You can use this hook to add RSD APIs for popular services like Pingbacks and trackbacks, as well as custom interfaces that you may have created yourself.

do_action( 'xmlrpc_rsd_apis' ) #

Add additional APIs to the Really Simple Discovery (RSD) endpoint.


Source

File: xmlrpc.php

View on Trac


Top ↑

Changelog

Changelog
VersionDescription
3.5.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.