Skip to content

Instantly share code, notes, and snippets.

@amanhstu
Created December 18, 2016 15:05
Show Gist options
  • Select an option

  • Save amanhstu/5c45cd05268ec7cc2d1c7751fff88930 to your computer and use it in GitHub Desktop.

Select an option

Save amanhstu/5c45cd05268ec7cc2d1c7751fff88930 to your computer and use it in GitHub Desktop.
define( 'OT_THEME_MODE', apply_filters( 'ot_theme_mode', true ) );
add_filter( 'ot_theme_mode', '__return_true' );
add_filter( 'ot_show_pages', '__return_true' );
require_once ('option-tree/ot-loader.php');
add_filter( 'ot_show_pages', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment