wordpress / latest / hooks / pre_user_url.html

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 string
The user's URL.

Source

File: wp-includes/user.php. View all references

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

Used By

Used By Description

Changelog

Version Description
2.0.3 Introduced.

© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/pre_user_url