wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



style_loader_tag › Hooks de Filtros WordPress

Desde4.5.0
Obsoleton/a
apply_filters( 'style_loader_tag', $tag, $handle, $href, $media )
Parâmetros: (4)
  • (string) $tag The link tag for the enqueued style.
    Required: Yes
  • (string) $handle The style's registered handle.
    Required: Yes
  • (string) $href The stylesheet's source URL.
    Required: Yes
  • (string) $media The stylesheet's media attribute.
    Required: Yes
Definido em:
Codex:

Filters the HTML link tag of an enqueued style.





Fonte

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