user_{$name}_label

user_{$name}_label

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

See hook in core

Displaying hooks found in version: wordpress-6.5.2

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

  • /wp-admin/user-edit.php line 594
    							 * @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>