pre_user_{$field}

pre_user_{$field}

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('pre_user_{$field}') is found 1 times:

  • /wp-includes/user.php line 1815
    			 * @since 2.9.0
    			 *
    			 * @param mixed $value Value of the prefixed user field.
    			 */
    			$value = apply_filters( "pre_user_{$field}", $value );
    		}
    	} else {
    		// Use display filters by default.
    		if ( $prefixed ) {
    
    			/** This filter is documented in wp-includes/post.php */