Hi @webtoffeesupport
We are also seeing the same issue.
We have verified:
– webhook is set up as per documentation
– secret is valid
Some webhook events are successful but some time out:
Could you advise if this is an issue with the latest version of the plugin please?
Thanks Hai – really appreciated!
Hi Hai
Hope you’re well
We’re having the same issue trying to refactor this code
LiteSpeed_Cache_API::hook_tpl_esi(‘tsmc_phone_no_identify’, ‘hook_esi’ );
function hook_esi( $param ) {
//From original call
if ($_GET[‘gclid’] || isset($_COOKIE[‘google_ppc’])){
echo get_field(‘ppc_phone_number’, ‘options’);
} else {
echo get_field(‘phone_number’, ‘options’);
}
}
Could you help please? I can’t see any new filter to achieve this
Thank you