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



style_loader_src › WordPress Filter Hooks

Da2.6.0
Deprecaton/a
apply_filters( 'style_loader_src', $src, $handle )
Parametri: (2)
  • (string) $src The source URL of the enqueued style.
    Richiesto:
  • (string) $handle The style's registered handle.
    Richiesto:
Definito a:
Codex:

Filters an enqueued style's fully-qualified URL.





Sorgenti

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