Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: xmlrpc_rsd_apis

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

Line Code
46                <api name="Blogger" blogID="1" preferred="false" apiLink="<?php echo site_url( 'xmlrpc.php', 'rpc' ); ?>" />
47                <?php
48                /**
49                 * Add additional APIs to the Really Simple Discovery (RSD) endpoint.
50                 *
51                 * @link http://cyber.law.harvard.edu/blogs/gems/tech/rsd.html
52                 *
53                 * @since 3.5.0
54                 */
55                do_action( 'xmlrpc_rsd_apis' );
56                ?>
57           </apis>
58      </service>
59 </rsd>
60      <?php
61      exit;
62 }
63
64 require_once ABSPATH . 'wp-admin/includes/admin.php';