-
Posted a reply to Disable Caching Specific .PHP File, on the site WordPress.org Forums:
I mean, Cornerstone which is Themeco's Page Builder doesn't work when ESI is enabled. I… -
Posted a reply to Disable Caching Specific .PHP File, on the site WordPress.org Forums:
Update: My theme doesn't work properly when ESI is enabled; I can't edit my pages… -
Posted a reply to Disable Caching Specific .PHP File, on the site WordPress.org Forums:
Thank you for pointing out enabling ESI. I just did now and it's working fine.… -
Posted a reply to Disable Caching Specific .PHP File, on the site WordPress.org Forums:
Thank you for your efforts. Did you test this to see if it'll work? It… -
Posted a reply to Disable Caching Specific .PHP File, on the site WordPress.org Forums:
Main code.php $my_var = "test var";$my_var2 = "test var 2";add_action( 'litespeed_esi_load-my_esi_block', function() use ($my_var, $my_var2)… -
Posted a reply to Disable Caching Specific .PHP File, on the site WordPress.org Forums:
I've tried but still not working. Perhaps you can please modify the code for me… -
Posted a reply to Disable Caching Specific .PHP File, on the site WordPress.org Forums:
Hello, there are other random stuffs in the codes on the page you shared with… -
Posted a reply to Disable Caching Specific .PHP File, on the site WordPress.org Forums:
Hello. I went through that page but I'm confused. It seems complicated. Here is mhy… -
Created a topic, Disable Caching Specific .PHP File, on the site WordPress.org Forums:
Hello. I have a PHP file named time.php which gives me…