AMEEKER

Untitled

Oct 20th, 2012
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <?php
  2.   $theme_options = get_option(‘piklist-theme’);
  3. $text_field = $theme_options['text'];
  4. echo 'This is a text field' . $text_field;
  5. ?>
Advertisement
Add Comment
Please, Sign In to add comment