MC4WP_API_v3::__construct PHP Method

__construct() public method

Constructor
public __construct ( string $api_key )
$api_key string
    public function __construct($api_key)
    {
        $this->client = new MC4WP_API_v3_Client($api_key);
    }