user_{$name}_label

user_{$name}_label

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('user_{$name}_label') is found 1 times:

  • /wp-admin/user-edit.php line 600
    596
    597
    598
    599
    600
    601
    602
    603
    604
    605
    606
         * @since 2.9.0
         *
         * @param string $desc The translatable label for the contact method.
         */
        echo apply_filters( "user_{$name}_label", $desc );
        ?>
        </label>
    </th>
    <td>
        <input type="text" name="<?php echo $name; ?>" id="<?php echo $name; ?>" value="<?php echo esc_attr( $profile_user->$name ); ?>" class="regular-text" />
    </td>