Guest User

Untitled

a guest
Apr 20th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.28 KB | None | 0 0
  1. <pre lang="html">
  2. <?php $mb->the_field('first_option_discount'); ?>
  3. <select name="<?php $mb->the_name(); ?>">
  4.     <option value=""></option>
  5.     <option value="+"<?php $mb->the_select_state('+'); ?>>+</option>
  6.     <option value="-"<?php $mb->the_select_state('-'); ?>>-</option>
  7. </select>
Add Comment
Please, Sign In to add comment