pre_user_{$field}

pre_user_{$field}

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

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

  • /wp-includes/user.php line 1861
    1857
    1858
    1859
    1860
    1861
    1862
    1863
    1864
    1865
    1866
    1867
             * @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 */