SHOW:
|
|
- or go back to the newest paste.
| 1 | <?php | |
| 2 | - | $theme_options = get_option('piklist-theme');
|
| 2 | + | $theme_options = get_option(‘piklist-theme’); |
| 3 | - | $text_field = $theme_options['text']; |
| 3 | + | $text_field = $theme_options['text']; |
| 4 | - | $select_field = $theme_options['select']; |
| 4 | + | echo 'This is a text field' . $text_field; |
| 5 | - | $colorpicker_field = $theme_options['colorpicker']; |
| 5 | + |