Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Derek Herman

    (@valendesigns)

    You can deactivate the settings & theme options panel by adding the following code to your functions.php.

    add_filter( 'ot_show_pages', '__return_false' );
    add_filter( 'ot_use_theme_options', '__return_false' );
    Thread Starter Belal Khan

    (@belalkhan2292)

    Derek Herman
    Thanks .

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘i do want to Theme Option just use on Meta Box’ is closed to new replies.