Title: [Plugin: TinyMCEComments] Hooks to modify settings
Last modified: August 19, 2016

---

# [Plugin: TinyMCEComments] Hooks to modify settings

 *  [moronicbajebus](https://wordpress.org/support/users/moronicbajebus/)
 * (@moronicbajebus)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-tinymcecomments-hooks-to-modify-settings/)
 * TinyMCEComments works great and the configuration screen is easy to use. Please
   would you add hooks to modify TinyMCE settings. For example, I add a filter hook
   to change the editor CSS class and stylesheets:
 *     ```
       function mcecomment_getInitJS($debugMode=0) {
         //...
         $initArray = array ( /* ... */ );
         $initArray = apply_filters( 'mcecomments_tiny_mce_before_init', $initArray );
         // ...
       }
       ```
   

The topic ‘[Plugin: TinyMCEComments] Hooks to modify settings’ is closed to new 
replies.

 * ![](https://s.w.org/plugins/geopattern-icon/tinymcecomments.svg)
 * [TinyMCEComments](https://wordpress.org/plugins/tinymcecomments/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tinymcecomments/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tinymcecomments/)
 * [Active Topics](https://wordpress.org/support/plugin/tinymcecomments/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tinymcecomments/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tinymcecomments/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [moronicbajebus](https://wordpress.org/support/users/moronicbajebus/)
 * Last activity: [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-tinymcecomments-hooks-to-modify-settings/)
 * Status: not resolved