Title: Remove CKEditor?
Last modified: April 6, 2017

---

# Remove CKEditor?

 *  [jtap](https://wordpress.org/support/users/jtap/)
 * (@jtap)
 * [8 years, 12 months ago](https://wordpress.org/support/topic/remove-ckeditor/)
 * Is there a way to remove CKEditor? I am trying to clean up some of the scripts
   on my website. I don’t think I’ve ever seen CKEditor when going through the Badge/
   Achievement process so most likely it is not being used. Any help would be appreciated!

Viewing 1 replies (of 1 total)

 *  [comunicacionabierta](https://wordpress.org/support/users/comunicacionabierta/)
 * (@comunicacionabierta)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/remove-ckeditor/#post-9072201)
 * Hey! I found a way right now but I don´t know if it will break anything else.
   
   Go to the archive badgeos.php and put these lines as comments (288 to 297). So
   this:
 * wp_enqueue_script(
    ‘ck_editor_cdn’, (‘[https://cdn.ckeditor.com/4.5.3/standard/ckeditor.js&#8217](https://cdn.ckeditor.com/4.5.3/standard/ckeditor.js&#8217);),
   false, null, false );
 *  wp_enqueue_script(
    ‘custom_script’, plugins_url( ‘/js/ckeditor.js’ , __FILE__),
   false,null,true );
 * Just add two line / in front:
 * //wp_enqueue_script(
    // ‘ck_editor_cdn’, //(‘[https://cdn.ckeditor.com/4.5.3/standard/ckeditor.js&#8217](https://cdn.ckeditor.com/4.5.3/standard/ckeditor.js&#8217);),
   false, null, false //);
 *  //wp_enqueue_script(
    // ‘custom_script’, //plugins_url( ‘/js/ckeditor.js’ ,
   __FILE__ ), //false,null,true //);
 * Hope it helps!

Viewing 1 replies (of 1 total)

The topic ‘Remove CKEditor?’ is closed to new replies.

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

## Tags

 * [Ckeditor](https://wordpress.org/support/topic-tag/ckeditor/)
 * [cleanup](https://wordpress.org/support/topic-tag/cleanup/)
 * [removal](https://wordpress.org/support/topic-tag/removal/)

 * 1 reply
 * 2 participants
 * Last reply from: [comunicacionabierta](https://wordpress.org/support/users/comunicacionabierta/)
 * Last activity: [8 years, 11 months ago](https://wordpress.org/support/topic/remove-ckeditor/#post-9072201)
 * Status: not resolved