xmlrpc_methods

xmlrpc_methods

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('xmlrpc_methods') is found 1 times:

  • /wp-includes/class-wp-xmlrpc-server.php line 176
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
         * @since 1.5.0
         *
         * @param string[] $methods An array of XML-RPC methods, keyed by their methodName.
         */
        $this->methods = apply_filters( 'xmlrpc_methods', $this->methods );
     
        $this->set_is_enabled();
    }
     
    /**
     * Sets wp_xmlrpc_server::$is_enabled property.

See this hook used in plugins: