I can no longer toggle the taxonomy in admin

Support MB Builder I can no longer toggle the taxonomy in adminResolved

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #49907
    YasmineYasmine
    Participant

    Hello, can you check if you have this issue too?

    I am trying to edit a taxonomy in the admin (to manage the terms). And it does not appear under the CPT (CPT correctly set). The tax settings are:

    
    		'labels'             => $labels,
    		'description'        => '',
    		'public'             => true,
    		'publicly_queryable' => true,
    		'hierarchical'       => false,
    		'show_ui'            => true,
    		'show_in_menu'       => true,
    		'show_in_nav_menus'  => true,
    		'show_in_rest'       => true,
    		'show_tagcloud'      => true,
    		'show_in_quick_edit' => true,
    		'show_admin_column'  => true,
    		'query_var'          => false,
    		'sort'               => false,
    		'rest_base'          => '',
    		'rewrite'            => [
    			'with_front'   => false,
    			'hierarchical' => false,
    		],
    
    #49908
    YasmineYasmine
    Participant

    Found the issue - was me!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.