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



self_admin_url › Les Filtres WordPress

Depuis4.9.0
Dépréciéen/a
apply_filters( 'self_admin_url', $url, $path, $scheme )
Paramètres: (3)
  • (string) $url The complete URL including scheme and path.
    Requis: Oui
  • (string) $path Path relative to the URL. Blank string if no path is specified.
    Requis: Oui
  • (string) $scheme The scheme to use.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the admin URL for the current site or network depending on context.





Source

return apply_filters( 'self_admin_url', $url, $path, $scheme );