WebDevStudios / taxonomy-switcher

Taxonomy Switcher
GNU General Public License v2.0
29 stars 5 forks source link

DISALLOW_FILE_MODS enabled websites can not properly save and process switching #4

Closed tw2113 closed 2 years ago

tw2113 commented 6 years ago

This is because of current_user_can( 'install_plugins' ) and map_meta_cap being set to do_not_allow.

Reporting user recommends manage_categories for a capability check instead.

Original thread: https://wordpress.org/support/topic/ui-unusable-if-disallow_file_mods-is-defined/

tw2113 commented 2 years ago

Handled in dd0a552