Title: Unwanted behaviour
Last modified: March 7, 2022

---

# Unwanted behaviour

 *  Resolved [Hasse](https://wordpress.org/support/users/hassesthlm/)
 * (@hassesthlm)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/unwanted-behaviour/)
 * **When did you insert this?!**
    I like to have full control over my site and 
   don´t like when plugins add crap in my robots.txt file. Just noticed this and
   the file created in the upload folder.
 * **Can I remove this or should I uninstall the plugin?**
 * **Robots.txt:**
    `Disallow: /wp-content/uploads/wpo-plugins-tables-list.json`

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Harshad](https://wordpress.org/support/users/bornforphp/)
 * (@bornforphp)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/unwanted-behaviour/#post-15436124)
 * [@hassesthlm](https://wordpress.org/support/users/hassesthlm/) I’ll check this
   with our development team and update you soon.
 * Thank you for your time and patience.
    -  This reply was modified 4 years, 5 months ago by [Harshad](https://wordpress.org/support/users/bornforphp/).
 *  [Harshad](https://wordpress.org/support/users/bornforphp/)
 * (@bornforphp)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/unwanted-behaviour/#post-15436562)
 * [@hassesthlm](https://wordpress.org/support/users/hassesthlm/) Please add the
   following snippet to your active child theme’s functions.php file
 *     ```
       add_action('after_setup_theme', 'remove_robots_txt_filter');
   
       function remove_robots_txt_filter() {
       	if (is_callable(array(WP_Optimize(), 'robots_txt'))) {
       		remove_filter('robots_txt', array(WP_Optimize(), 'robots_txt'), 99);
       	}
       }
       ```
   
 * Then recreate the robots.txt

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Unwanted behaviour’ is closed to new replies.

 * ![](https://ps.w.org/wp-optimize/assets/icon-256x256.png?rev=1552899)
 * [WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance](https://wordpress.org/plugins/wp-optimize/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-optimize/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-optimize/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-optimize/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-optimize/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-optimize/reviews/)

## Tags

 * [json](https://wordpress.org/support/topic-tag/json/)

 * 2 replies
 * 2 participants
 * Last reply from: [Harshad](https://wordpress.org/support/users/bornforphp/)
 * Last activity: [4 years, 5 months ago](https://wordpress.org/support/topic/unwanted-behaviour/#post-15436562)
 * Status: resolved