• Resolved timholz

    (@timholz)


    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

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.