Filter: powered_cache_delayed_js_script_content

apply_filters( 'powered_cache_delayed_js_script_content', $delay_js_script_content, $script_path, $html, $delay_timeout ) → {string}

Delayed JS script content

Parameters:
Name Type Description
$delay_js_script_content string

Delayed JS script content

$script_path string

Script path

$html string

HTML buffer

$delay_timeout int

Delay time in milliseconds

Since:
  • 3.4
Source:
Returns:

New value.

Type
string