You appear to be a bot. Output may be restricted
Description
Usage
WPCOM_JSON_API::__construct( $args );
Parameters
- $args
- ( mixed ) optional –
Returns
void
Source
File name: jetpack/class.json-api.php
Lines:
1 to 3 of 3
function __construct( ...$args ) { call_user_func_array( array( $this, 'setup_inputs' ), $args ); }