get_string( 'cdn.stackpath2.client_id' ); $site_id = $config->get_string( 'cdn.stackpath2.site_id' ); $domains = $config->get_array( 'cdn.stackpath2.domain' ); $authorized = !empty( $client_id ) && !empty( $site_id ); $http_domain = isset( $domains['http_default'] ) ? $domains['http_default'] : null; $https_domain = isset( $domains['https_default'] ) ? $domains['https_default'] : null; include W3TC_DIR . '/Cdn_StackPath2_Page_View.php'; } }