Guest User

Untitled

a guest
Mar 21st, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <!-- Host Status -->
  2. <td><select name='dropdown_settings[select_field_0]'>
  3. <option value='1' <?php selected( $options['select_field_0'], 1 ); ?>>Option 1</option>
  4. <option value='2' <?php selected( $options['select_field_0'], 2 ); ?>>Option 2</option>
  5. <option value='3' <?php selected( $options['select_field_0'], 3 ); ?>>Option 3</option>
  6. <option value='4' <?php selected( $options['select_field_0'], 4 ); ?>>Option 4</option>
  7. </select></td>
Add Comment
Please, Sign In to add comment