wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



style_loader_tag › WordPress Filter Hooks

Da4.5.0
Deprecaton/a
apply_filters( 'style_loader_tag', $tag, $handle, $href, $media )
Parametri: (4)
  • (string) $tag The link tag for the enqueued style.
    Richiesto:
  • (string) $handle The style's registered handle.
    Richiesto:
  • (string) $href The stylesheet's source URL.
    Richiesto:
  • (string) $media The stylesheet's media attribute.
    Richiesto:
Definito a:
Codex:

Filters the HTML link tag of an enqueued style.





Sorgenti

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