</p>
</div>
<?php
endif; ?>
</td>
</tr>
<tr class="user-url-wrap">
<th><label for="url"><?php
_e( 'Website'
); ?></label></th>
<td><input type="url" name="url" id="url" value="<?php
echo esc_attr( $profile_user->user_url
); ?>" class="regular-text code" /></td>
</tr>
<?php
foreach ( wp_get_user_contact_methods( $profile_user ) as $name =>
$desc ) : ?>
<tr class="user-<?php
echo $name; ?>-wrap">
<th>
<label for="<?php
echo $name; ?>">
<?php
/**
* Filters a user contactmethod label.
*
* The dynamic portion of the hook name, `$name`, refers to
* each of the keys in the contact methods array.
*
* @since 2.9.0
*
* @param string $desc The translatable label for the contact method.
*/