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



edit_profile_url › WordPress Filter Hooks

Seit3.1.0
Veraltetn/v
apply_filters( 'edit_profile_url', $url, $user_id, $scheme )
Parameter: (3)
  • (string) $url The complete URL including scheme and path.
    Erforderlich: Ja
  • (int) $user_id The user ID.
    Erforderlich: Ja
  • (string) $scheme Scheme to give the URL context. Accepts 'http', 'https', 'login', 'login_post', 'admin', 'relative' or null.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the URL for a user's profile editor.





Quellcode

return apply_filters( 'edit_profile_url', $url, $user_id, $scheme );