Title: Disabling wordpress autoformat wpautop
Last modified: August 31, 2016

---

# Disabling wordpress autoformat wpautop

 *  Resolved [emechkov](https://wordpress.org/support/users/emechkov/)
 * (@emechkov)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/disabling-wordpress-autoformat-wpautop/)
 * Hi,
    I want to disable auto formatting as explained [here](https://codex.wordpress.org/Function_Reference/wpautop)
   by adding:
 *     ```
       remove_filter( 'the_content', 'wpautop' );
       remove_filter( 'the_excerpt', 'wpautop' );
       ```
   
 * to my function.php file. But this doesn’t work because WPGlobus is calling this
   same function in wpglobus/includes/class-wpglobus.php
    Removing this function
   call in this file works fine, but I guess it’s needed for those who want to keep
   the auto formatting. Is it possible to allow users to disable auto formatting
   in a future update of WPGlobus?
 * [https://wordpress.org/plugins/wpglobus/](https://wordpress.org/plugins/wpglobus/)

Viewing 1 replies (of 1 total)

 *  Plugin Support [Alex Gor](https://wordpress.org/support/users/alexgff/)
 * (@alexgff)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/disabling-wordpress-autoformat-wpautop/#post-7321389)
 * [@emechkov](https://wordpress.org/support/users/emechkov/)
    You can submit a 
   pull request [https://github.com/WPGlobus/WPGlobus](https://github.com/WPGlobus/WPGlobus)

Viewing 1 replies (of 1 total)

The topic ‘Disabling wordpress autoformat wpautop’ is closed to new replies.

 * ![](https://ps.w.org/wpglobus/assets/icon-256x256.png?rev=1069705)
 * [WPGlobus](https://wordpress.org/plugins/wpglobus/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpglobus/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpglobus/)
 * [Active Topics](https://wordpress.org/support/plugin/wpglobus/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpglobus/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpglobus/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Alex Gor](https://wordpress.org/support/users/alexgff/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/disabling-wordpress-autoformat-wpautop/#post-7321389)
 * Status: resolved