shortcode

  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' =>...
Top