user_{$name}_label, $desc
user_{$name}_label, $desc
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('user_{$name}_label, $desc') is found 1 times:
- /wp-admin/user-edit.php line 616
* @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>