<input type="text" style="margin: 0 0 10px 0" placeholder="Адрес забора груза" name="adress-zabor-zakaz1" value="<?php echo esc_attr(get_the_author_meta( 'adress-zabor-zakaz1', $user->ID )); ?>" class="regular-text" />
<select name="sklad-zakaz1"><br/>
<option value="1" <?php if (get_user_meta($user_ID, 'sklad-zakaz1', true ) == "1") : ?>selected<?php endif ?>> 1 </option>
<option value="2" <?php if (get_user_meta($user_ID, 'sklad-zakaz1', true ) == "2") : ?>selected<?php endif ?>> 2 </option>
<option value="3" <?php if (get_user_meta($user_ID, 'sklad-zakaz1', true ) == "3") : ?>selected<?php endif ?>> 3 </option>
</select>
Спасибо за наводку!