get_string( 'cdn.rackspace_cdn.api_key' ); $authorized = !empty( $api_key ); $access_url_full = ''; if ( $authorized ) { $p = $config->get_string( 'cdn.rackspace_cdn.service.protocol' ); $access_url_full = ( $p == 'https' ? 'https://' : 'http://' ) . $config->get_string( 'cdn.rackspace_cdn.service.access_url' ); } include W3TC_DIR . '/Cdn_RackSpaceCdn_Page_View.php'; } }