ProCacheCDN::cdn method

Populate CDN replacements

Usage

// basic usage
$bool = $procache->cdn->populateCDN($out);

// usage with all arguments
$bool = $procache->cdn->populateCDN($out, string $type = 'html');

Arguments

NameType(s)Description
$out
$type (optional)string

Either 'html' or 'css'

Return value

bool

Returns true if replacements were made, false if not


$procache->cdn methods and properties

API reference based on ProcessWire core version 3.0.252