Custom plugin – WP editor half disabled
-
I am building a plugin which extends the functionality of a parent plugin. This works fine, however, I am having an issue when another third party plugin is activated (this other plugin also extends the functionality of the parent plugin). The problem is that when the other plugin is activated along with mine the WP editor is half disabled. The “Text” tab still works and can switch the editor view.
If I disable my plugin then the editor works as expected. The plugin I’ve created doesn’t have any code which changes any of the WP editor settings. I have tried going through the third party plugin’s code and it has one section of code which changes the “teeny” WP_editor setting based on a custom capability using the “wp_editor_settings” filter.
I am unsure how to debug this further as as far as I know my code doesn’t change any WP_Editor settings. Any advice on how to debug this further or any information is much appreciated.
- The topic ‘Custom plugin – WP editor half disabled’ is closed to new replies.