Usable on frontend
-
I have a plugin that displays a WYSIWYG editor using TinyMCE on the frontend of the site so users can submit their own posts. When they copy/paste from somewhere though there is a ton of CSS that is not wanted. I needed your plugin for the frontend of my site. I went into the code and added:
add_action( ‘init’, array( $this, ‘init’ ) );
right after your other action in the PHP file, and that did it. Just something for you to think about for a future release ?? Thanks for the plugin!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Usable on frontend’ is closed to new replies.