Skip to content

Instantly share code, notes, and snippets.

@shahadat014
Created January 18, 2015 16:34
Show Gist options
  • Select an option

  • Save shahadat014/97b6dddefdc36c99bad1 to your computer and use it in GitHub Desktop.

Select an option

Save shahadat014/97b6dddefdc36c99bad1 to your computer and use it in GitHub Desktop.
How to activate option tree in wordpress theme
add_filter( 'ot_show_pages', '__return_false' );
add_filter( 'ot_show_new_layout', '__return_false' );
add_filter( 'ot_theme_mode', '__return_true' );
include_once( 'option-tree/ot-loader.php' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment