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



plugins_url › WordPress Filter Hooks

Seit2.8.0
Veraltetn/v
apply_filters( 'plugins_url', $url, $path, $plugin )
Parameter: (3)
  • (string) $url The complete URL to the plugins directory including scheme and path.
    Erforderlich: Ja
  • (string) $path Path relative to the URL to the plugins directory. Blank string if no path is specified.
    Erforderlich: Ja
  • (string) $plugin The plugin file path to be relative to. Blank string if no plugin is specified.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the URL to the plugins directory.





Quellcode

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