You appear to be a bot. Output may be restricted
Description
Constructor.
Usage
Genesis_Update_Check::__construct( $config );
Parameters
- $config
- ( array ) required – The configuration array used to build the server request and process the response.
Returns
void
Source
File name: genesis/lib/classes/class-genesis-update-check.php
Lines:
1 to 8 of 8
public function __construct( array $config ) { $this->post_url = $config[ self::POST_URL_KEY ]; $this->post_args = $config[ self::POST_ARGS_KEY ]; $this->req_data_keys = isset( $config[ self::REQ_DATA_KEY ] ) ? $config[ self::REQ_DATA_KEY ] : []; }