apply_filters( 'pre_user_url', string $raw_user_url )
Filters a user’s URL before the user is created or updated.
Parameters
- $raw_user_url
-
The user's URL.
Source
File: wp-includes/user.php
Changelog
Version | Description |
---|---|
2.0.3 | Introduced. |