Problem with purged
-
Hi,
I have this code added in functions.php
function initPage(){
$msg = 'test';
add_action( 'litespeed_purged_all', $msg)
die('test');
}
add_action('init', 'initPage');Unfortunately, the output only works after clearing the cache through the admin panel, not after the action is applied. Why is this happening?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.