Filter hook 'pre_user_url'

in WP Core File wp-includes/user.php at line 2255

Description

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

Occurrences

Filename Line Number
wp-includes/user.php 2255

Parameters

Type Name Description
string $raw_user_url The user's URL.

PHP Doc

/**
	 * Filters a user's URL before the user is created or updated.
	 *
	 * @since 2.0.3
	 *
	 * @param string $raw_user_url The user's URL.
	 */