Title: [Plugin: WP TinyMCE Excerpt] Bug fix: making sure it doesn&#039;t kill &quot;Custom Fields&quot; plu
Last modified: August 20, 2016

---

# [Plugin: WP TinyMCE Excerpt] Bug fix: making sure it doesn't kill "Custom Fields" plu

 *  [bivald](https://wordpress.org/support/users/bivald/)
 * (@bivald)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-tinymce-excerpt-bug-fix-making-sure-it-doesnt-kill-custom-fields-plugin/)
 * Certain admin pages, such as the popular plugin “custom fields” doesn’t have 
   TinyMCE defined, and still runs the admin_hear-post actions (giving an error,
   halting the plugin). Fix, wrap it in try/catch:
 *  function tinymce_excerpt() {
    jQuery(“#excerpt”).addClass(“mceEditor”); try {
   tinyMCE.execCommand(“mceAddControl”, false, “excerpt”); tinyMCE.onAddEditor.add(
   function(mgr,ed) { if(ed.id==”excerpt”){ ed.settings.theme_advanced_buttons2 
   =””; ed.settings.theme_advanced_buttons1 = “bold,italic,underline,seperator,justifyleft,
   justifycenter,justifyright,separator,link,unlink,seperator,pastetext,pasteword,
   removeformat,seperator,undo,redo,seperator,spellchecker,”; } }); }catch() { //
   ignore } }
 * [http://wordpress.org/extend/plugins/wp-tinymce-excerpt/](http://wordpress.org/extend/plugins/wp-tinymce-excerpt/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [bivald](https://wordpress.org/support/users/bivald/)
 * (@bivald)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-tinymce-excerpt-bug-fix-making-sure-it-doesnt-kill-custom-fields-plugin/#post-3008839)
 * And of course, I mean }catch(e) {

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: WP TinyMCE Excerpt] Bug fix: making sure it doesn't kill "Custom
Fields" plu’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-tinymce-excerpt.svg)
 * [WP TinyMCE Excerpt](https://wordpress.org/plugins/wp-tinymce-excerpt/)
 * [Support Threads](https://wordpress.org/support/plugin/wp-tinymce-excerpt/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-tinymce-excerpt/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-tinymce-excerpt/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-tinymce-excerpt/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [bivald](https://wordpress.org/support/users/bivald/)
 * Last activity: [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-tinymce-excerpt-bug-fix-making-sure-it-doesnt-kill-custom-fields-plugin/#post-3008839)
 * Status: not resolved