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



plugins_url › WordPress Filter Hooks

Da2.8.0
Deprecaton/a
apply_filters( 'plugins_url', $url, $path, $plugin )
Parametri: (3)
  • (string) $url The complete URL to the plugins directory including scheme and path.
    Richiesto:
  • (string) $path Path relative to the URL to the plugins directory. Blank string if no path is specified.
    Richiesto:
  • (string) $plugin The plugin file path to be relative to. Blank string if no plugin is specified.
    Richiesto:
Definito a:
Codex:

Filters the URL to the plugins directory.





Sorgenti

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