wpseek.com
A WordPress-centric search engine for devs and theme authors



pre_user_url › WordPress Filter Hooks

Since2.0.3
Deprecatedn/a
apply_filters( 'pre_user_url', $raw_user_url )
Parameters:
  • (string) $raw_user_url The user's URL.
    Required: Yes
Defined at:
Codex:

Filters a user's URL before the user is created or updated.





Source

$user_url = apply_filters( 'pre_user_url', $raw_user_url );