Filter: powered_cache_fo_style_loader_tag

apply_filters( 'powered_cache_fo_style_loader_tag', $css_tag, $handles, $href, $media ) → {string}

Filters combined CSS tag.

Parameters:
Name Type Description
$css_tag string

CSS tag.

$handles array

The list of CSS handles.

$href string

CSS URL.

$media string

Media type.

Since:
  • 2.0
Source:
Returns:

New value.

Type
string