wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



script_loader_tag › WordPress Filter Hooks

Seit4.1.0
Veraltetn/v
apply_filters( 'script_loader_tag', $tag, $handle, $src )
Parameter: (3)
  • (string) $tag The `<script>` tag for the enqueued script.
    Erforderlich: Ja
  • (string) $handle The script's registered handle.
    Erforderlich: Ja
  • (string) $src The script's source URL.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the HTML script tag of an enqueued script.





Quellcode

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