adding new fields to profile
hi,
i wanna add fields to user profile.
i added code to tpl-profile:
<tr>
<th><label for="shoel"><?php _e( 'shoesize left', APP_TD ); ?></label></th>
<td><input type="text" name="shoel" class="regular-text required" id="shoel" value="<?php echo esc_attr( $current_user->shoel ); ?>" maxlength="100" /></td>
</tr>
the field appears, but it ainīt save when i change it on profile.
field stays empty.
what am i to do?
Server-Software
Apache/2.4.25
PHP-Version
7.1.6
MySQL Version
5.6.19