Cache bust any assets linked in the given HTML
This uses the TextformatterBuster module
Usage
// basic usage
$string = $buster->html(string $html);
// usage with all arguments
$string = $buster->html(string $html, array $options = []);
Arguments
Name | Type(s) | Description |
---|---|---|
html | string | HTML to bust |
options (optional) | array | Optionally modify defaults for TextformatterBuster:
|
Return value
string
$buster methods and properties
API reference based on ProcessWire core version 3.0.236