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



script_loader_tag › Filtr WordPress Hooks

Od4.1.0
Przestarzałyn/a
apply_filters( 'script_loader_tag', $tag, $handle, $src )
Parametry: (3)
  • (string) $tag The `<script>` tag for the enqueued script.
    Wymagane: Tak
  • (string) $handle The script's registered handle.
    Wymagane: Tak
  • (string) $src The script's source URL.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the HTML script tag of an enqueued script.





Źródło

$tag = apply_filters( 'script_loader_tag', $tag, $handle, $src );