• How do you manage shortcodes with dynamic caching? There was a seperate plugin in the past for this feature but it’s not updated anymore. I tried to use the simple DYNAMIC_CACHE_TEST_TAG method by placing the necessary functions inside my shortcode function and returning the tag – but this doesn’t seem to work.

    I think the correct way would be saving my shortcode result inside the DYNAMIC_CACHE_TEST_TAG functions and echoing this instead of my shortcode. But in that case I have to replace every shortcode with the tag and this isn’t what I am looking for.

    Any ideas how to solve it “the best way”?

  • The topic ‘dynamic caching with shortcodes?’ is closed to new replies.