esi block

  1. W

    wp_enqueue_style not work with ESI

    Hello, I have a shortcode in my plugin that loads CSS files using the following code: if (!defined('MY_PLUGIN_URL')) define ('MY_PLUGIN_URL', plugin_dir_path(__FILE__)); if (!defined('MY_PLUGIN_BASE')) define ('MY_PLUGIN_BASE', plugin_dir_url(__FILE__)); $styles = array( 'tgl' =>...
  2. H

    how to prenevent post update time and DL count from cashing

    in my site, I have some sections like post update time and DL count. these sections must return real value. for them, I used from ESI block by PHP code. add below code in my function.php file: add_action('litespeed_esi_load-esi_last_update', 'esi_last_update_esi_load'); function...
  3. A

    Add new ESI Block - no show all addons

    I have installed litespeed cache in prestashop, but when I am going to add a new block it does not show me the addon I want. How can I make it show in the addon's list?
Top