AMEEKER

Piklist, Settings Page Template Display

Oct 20th, 2012
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. <?php
  2.   $theme_options = get_option('piklist-theme');
  3.   $text_field = $theme_options['text'];
  4.   $select_field = $theme_options['select'];
  5.   $colorpicker_field = $theme_options['colorpicker'];
  6. ?>
Advertisement
Add Comment
Please, Sign In to add comment