wpseek.com
A WordPress-centric search engine for devs and theme authors



style_loader_src › WordPress Filter Hooks

Since2.6.0
Deprecatedn/a
apply_filters( 'style_loader_src', $src, $handle )
Parameters: (2)
  • (string) $src The source URL of the enqueued style.
    Required: Yes
  • (string) $handle The style's registered handle.
    Required: Yes
Defined at:
Codex:

Filters an enqueued style's fully-qualified URL.





Source

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