[ad_1]
Hi – i am using cron to purge the site:
if (class_exists('\LiteSpeed\Purge')) {
do_action('litespeed_purge_all');
}Is there a filter to return a report message when the function has successfully been executed? I know, that when debug is activ, the report can be viewed in the debug.log, but i rather would bring the report into the cron-job an add it to an e-mail. Thanks – regards
