Fragment Caching (W3TC mfunc)

Allows dynamic HTML parts inside statically cached pages (if W3TC is configured with W3TC_DYNAMIC_SECURITY).

$html = '<div class="price-local">' . esc_html( CFGP_U::api('currency') ) . '</div>';
echo CFGP_U::fragment_caching($html, true);
Was this page helpful?