Advertisement
thesufi

Change Option Tree Page Title and Name

Jan 19th, 2015
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. add_filter( 'ot_theme_options_page_title', 'dct_theme_page_name' );
  2. add_filter( 'ot_theme_options_menu_title', 'dct_theme_page_name' );
  3. function dct_theme_page_name () {
  4.     return 'DCT Theme Options';
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement