wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



style_loader_tag › Filtr WordPress Hooks

Od4.5.0
Przestarzałyn/a
apply_filters( 'style_loader_tag', $tag, $handle, $href, $media )
Parametry: (4)
  • (string) $tag The link tag for the enqueued style.
    Wymagane: Tak
  • (string) $handle The style's registered handle.
    Wymagane: Tak
  • (string) $href The stylesheet's source URL.
    Wymagane: Tak
  • (string) $media The stylesheet's media attribute.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the HTML link tag of an enqueued style.





Źródło

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