How to disable/enable PHP plugin functionality based on a TinyMCE toggle-button
I’m not sure you can do it directly using TinyMCE because it’s just an editor that modifies the content of the post being edited and does not affect the save operation itself. However, there’s a workaround. The Workaround: Add a hidden field to the editing page. Modify it using the TinyMCE button Read it in … Read more