Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter fillantoxa

    (@fillantoxa)

    Hi, in my case solution was:

    add next line (after line 9 – kcSettings::add_page( ‘edit-tags.php’ );) to file plugins/kc-settings/kc-settings-inc/term.php :

    kcSettings::add_page( ‘term.php’ );

    So it look like

    class kcSettings_term {
    	protected static $settings;
    
    	public static function init() {
    		self::$settings = kcSettings::get_data( 'settings', 'term' );
    		kcSettings::add_page( 'edit-tags.php' );
    		kcSettings::add_page( 'term.php' );
    • This reply was modified 8 years, 1 month ago by fillantoxa.
Viewing 1 replies (of 1 total)