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



script_loader_tag › WordPress Filter Hooks

Da4.1.0
Deprecaton/a
apply_filters( 'script_loader_tag', $tag, $handle, $src )
Parametri: (3)
  • (string) $tag The `<script>` tag for the enqueued script.
    Richiesto:
  • (string) $handle The script's registered handle.
    Richiesto:
  • (string) $src The script's source URL.
    Richiesto:
Definito a:
Codex:

Filters the HTML script tag of an enqueued script.





Sorgenti

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