Populate CDN replacements
Usage
// basic usage
$bool = $proCacheCDN->populateCDN($out);
// usage with all arguments
$bool = $proCacheCDN->populateCDN($out, string $type = 'html');
Arguments
Name | Type(s) | Description |
---|---|---|
out | ||
type (optional) | string | Either 'html' or 'css' |
Return value
bool
Returns true if replacements were made, false if not
ProCacheCDN methods and properties
API reference based on ProcessWire core version 3.0.236