Advertisement
salmancreation

Option Tree Conditional Code

Nov 29th, 2014
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. <?php if ( function_exists( 'get_option_tree') ) : if( get_option_tree( 'your_tree_id') ) : ?>
  2.  
  3. <?php get_option_tree( 'your_tree_id', '', 'true' ); ?>
  4.  
  5. <?php else : ?>
  6.  
  7. Your Default Data
  8.  
  9. <?php endif; endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement