How can I remove the theme settings page completely?
How can I remove the theme settings page completely?
I got it, just comment out
/*add_submenu_page(
'themes.php'
, __('Carrington Settings', 'carrington')
, __('Carrington', 'carrington')
, 0
, 'carrington-settings'
, 'cfct_settings_form'
);*/
in admin.php in the carrington core.
This topic has been closed to new replies.