Title: WP hide and security compatibility
Last modified: March 4, 2018

---

# WP hide and security compatibility

 *  [dobriku](https://wordpress.org/support/users/dobriku/)
 * (@dobriku)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/wp-hide-and-security-compatibility/)
 * Is there any way to make Swift Performance compatible with [this plugin?](https://ru.wordpress.org/plugins/wp-hide-security-enhancer/)
   
   Method it woks is adding specific rulles to .htaccess + mu_plugin. In short, 
   this plugin has a feature to hide real wordpress directories /wp-content/plugins/
   jetpack can be turned to just /jep/ Images directories old url /wp-content/uploads/
   new folder – /media/ and so on…This features works when i am administrator ,before
   concatenation and caching But anonimous users see cached page with old urls for
   example images /wp-content/uploads/

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

 *  Plugin Author [swte](https://wordpress.org/support/users/swte/)
 * (@swte)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/wp-hide-and-security-compatibility/#post-10038533)
 * Hi,
 * In theory yes, please try to add the following code to your child theme’s functions.
   php:
 *     ```
       add_filter('swift_performance_buffer', function($buffer){
        $buffer = apply_filters( 'wp-hide/ob_start_callback', $buffer );
        return $buffer;
       });
       ```
   
    -  This reply was modified 8 years, 4 months ago by [swte](https://wordpress.org/support/users/swte/).
 *  Thread Starter [dobriku](https://wordpress.org/support/users/dobriku/)
 * (@dobriku)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/wp-hide-and-security-compatibility/#post-10038660)
 * Nope, didn’t work
 *  Plugin Author [swte](https://wordpress.org/support/users/swte/)
 * (@swte)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/wp-hide-and-security-compatibility/#post-10050402)
 * We are going to check it, and let you know shortly

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

The topic ‘WP hide and security compatibility’ is closed to new replies.

 * ![](https://ps.w.org/swift-performance-lite/assets/icon-256x256.jpg?rev=2388229)
 * [Swift Performance Lite](https://wordpress.org/plugins/swift-performance-lite/)
 * [Support Threads](https://wordpress.org/support/plugin/swift-performance-lite/)
 * [Active Topics](https://wordpress.org/support/plugin/swift-performance-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/swift-performance-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/swift-performance-lite/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [swte](https://wordpress.org/support/users/swte/)
 * Last activity: [8 years, 4 months ago](https://wordpress.org/support/topic/wp-hide-and-security-compatibility/#post-10050402)
 * Status: not resolved