wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



style_loader_tag › Les Filtres WordPress

Depuis4.5.0
Dépréciéen/a
apply_filters( 'style_loader_tag', $tag, $handle, $href, $media )
Paramètres: (4)
  • (string) $tag The link tag for the enqueued style.
    Requis: Oui
  • (string) $handle The style's registered handle.
    Requis: Oui
  • (string) $href The stylesheet's source URL.
    Requis: Oui
  • (string) $media The stylesheet's media attribute.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the HTML link tag of an enqueued style.





Source

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