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



plugins_url › WordPress Filter Hooks

Since2.8.0
Deprecatedn/a
apply_filters( 'plugins_url', $url, $path, $plugin )
Parameters: (3)
  • (string) $url The complete URL to the plugins directory including scheme and path.
    Required: Yes
  • (string) $path Path relative to the URL to the plugins directory. Blank string if no path is specified.
    Required: Yes
  • (string) $plugin The plugin file path to be relative to. Blank string if no plugin is specified.
    Required: Yes
Defined at:
Codex:

Filters the URL to the plugins directory.





Source

return apply_filters( 'plugins_url', $url, $path, $plugin );