Jetpack::xmlrpc_methods PHP Method

xmlrpc_methods() public method

Capture it here so we can verify the signature later.
public xmlrpc_methods ( $methods )
    function xmlrpc_methods($methods)
    {
        $this->HTTP_RAW_POST_DATA = $GLOBALS['HTTP_RAW_POST_DATA'];
        return $methods;
    }
Jetpack