esi for shortcodes
-
Hello
When I use Esi for shortcodes, instead of displaying the shortcode on the site itself, the shortcode is written.In fact, the shortcode itself is displayed on the site with a space. like this:
echo do_shortcode(‘[esi my_shortcode]’);
when i check frontend i see:
[my_shortcode ]
there is a space after my_shortcode
Lightspeed and all plugins are updated. I have read all the related articles for it.cache and esi are enabled.
The code below also shows the answer of its activation:<?php
require( './wp-load.php' ); $esi_status = apply_filters( 'litespeed_esi_status', false );
var_dump($esi_status);
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘esi for shortcodes’ is closed to new replies.