You appear to be a bot. Output may be restricted
Description
Private VideoPress_XMLRPC constructor.
Use the VideoPress_XMLRPC::init() method to get an instance.
Usage
VideoPress_XMLRPC::__construct();
Parameters
Returns
void
Source
File name: jetpack/modules/videopress/class.videopress-xmlrpc.php
Lines:
1 to 4 of 4
private function __construct() { add_filter( 'jetpack_xmlrpc_methods', array( $this, 'xmlrpc_methods' ), 10, 3 ); }