Advertisement
salmancreation

Activate Option Tree Code

Nov 29th, 2014
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.31 KB | None | 0 0
  1. //Activate Option Tree Code
  2.  
  3. add_filter( 'ot_show_pages', '__return_false' );
  4. add_filter( 'ot_show_new_layout', '__return_false' );
  5. add_filter( 'ot_theme_mode', '__return_true' );
  6. include_once( 'option-tree/ot-loader.php' );
  7. include_once( 'includes/theme-options.php' ); [your need make this file in your theme ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement