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



style_loader_src › WordPress Filter Hooks

Seit2.6.0
Veraltetn/v
apply_filters( 'style_loader_src', $src, $handle )
Parameter: (2)
  • (string) $src The source URL of the enqueued style.
    Erforderlich: Ja
  • (string) $handle The style's registered handle.
    Erforderlich: Ja
Definiert in:
Codex:

Filters an enqueued style's fully-qualified URL.





Quellcode

$src = apply_filters( 'style_loader_src', $src, $handle );