I’d suggest searching about how to hide buttons in TinyMCE.
Generally two ways (depending on what exactly you need to do):
- Use a WP plugin that has a TinyMCE plugin to change the TinyMCE settings and remove the buttons. This will also remove the functionality from the editor.
- Hide them with some JS and/or CSS. This will leave the functionality in the editor, and keyboard shortcuts will still work.
-
This reply was modified 3 years, 6 months ago by
Andrew Ozz.