wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



plugins_url › Les Filtres WordPress

Depuis2.8.0
Dépréciéen/a
apply_filters( 'plugins_url', $url, $path, $plugin )
Paramètres: (3)
  • (string) $url The complete URL to the plugins directory including scheme and path.
    Requis: Oui
  • (string) $path Path relative to the URL to the plugins directory. Blank string if no path is specified.
    Requis: Oui
  • (string) $plugin The plugin file path to be relative to. Blank string if no plugin is specified.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the URL to the plugins directory.





Source

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