Title: Cache shortcode
Last modified: November 10, 2023

---

# Cache shortcode

 *  [laellou](https://wordpress.org/support/users/laellou/)
 * (@laellou)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/cache-shortcode/)
 * I use your plugin to prevent a shortcode from cache, it worked wonderfully until
   the last update, the plugin no longer loads my shortcode I have a loading wheel
   and nothing happens

Viewing 1 replies (of 1 total)

 *  Plugin Author [Jose Mortellaro](https://wordpress.org/support/users/giuse/)
 * (@giuse)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/cache-shortcode/#post-17191018)
 * Hi [@laellou](https://wordpress.org/support/users/laellou/),
 * thank you very much!
 * I suggest you enable the debug by adding the following lines of code to the file
   wp-config.php before the comment /* That’s all, stop editing! Happy publishing.*/:
 *     ```wp-block-code
       define( 'WP_DEBUG', true );
       define( 'WP_DEBUG_DISPLAY', false );
       define( 'WP_DEBUG_LOG', true );
       ```
   
 * Then go to the page where you have the issue, and please, let me know what you
   find in the file wp-content/debug.log.
 * Are you maybe using the shortcode parameter request=”remote”?
   Are you using the
   very last version v. 0.1.1?
 * I asked you those questions because v. 0.1.0 had a bug the was causing exactly
   the issue that you described, but when you had the parameter request=”remote”.
 * If you have the last version, and you don’t have request=”remote” we need to 
   investigate deeper. In that case, is it possible for you to share the URL where
   you have the issue?
 * What are you using to write the content? Do you have a page builder? If so, which
   one?
 * Have a great day!
 * Jose

Viewing 1 replies (of 1 total)

The topic ‘Cache shortcode’ is closed to new replies.

 * ![](https://ps.w.org/content-no-cache/assets/icon-256x256.png?rev=2687570)
 * [Content No Cache | Serve uncached partial content even when you add it to a page that is fully cached.](https://wordpress.org/plugins/content-no-cache/)
 * [Support Threads](https://wordpress.org/support/plugin/content-no-cache/)
 * [Active Topics](https://wordpress.org/support/plugin/content-no-cache/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/content-no-cache/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/content-no-cache/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Jose Mortellaro](https://wordpress.org/support/users/giuse/)
 * Last activity: [2 years, 6 months ago](https://wordpress.org/support/topic/cache-shortcode/#post-17191018)