wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



style_loader_tag › WordPress Filter Hooks

Seit4.5.0
Veraltetn/v
apply_filters( 'style_loader_tag', $tag, $handle, $href, $media )
Parameter: (4)
  • (string) $tag The link tag for the enqueued style.
    Erforderlich: Ja
  • (string) $handle The style's registered handle.
    Erforderlich: Ja
  • (string) $href The stylesheet's source URL.
    Erforderlich: Ja
  • (string) $media The stylesheet's media attribute.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the HTML link tag of an enqueued style.





Quellcode

$tag = apply_filters( 'style_loader_tag', $tag, $handle, $href, $media );