Filters a user’s URL before the user is created or updated.
Parameters
$raw_user_url
string- The user’s URL.
Source
$user_url = apply_filters( 'pre_user_url', $raw_user_url );
Changelog
Version | Description |
---|---|
2.0.3 | Introduced. |
Filters a user’s URL before the user is created or updated.
$raw_user_url
string$user_url = apply_filters( 'pre_user_url', $raw_user_url );
Version | Description |
---|---|
2.0.3 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.