• Resolved beris

    (@beris)


    Hello,

    i have an issue with the “wpcode_usage_tracking_cron” cron event of your plugin.

    I disabled the “Allow Usage Tracking” option and deleted the “wpcode_usage_tracking_cron” cron event, but still the “wpcode_usage_tracking_cron” cron event is being recreated.

    Why is this happening?

    Thanks

Viewing 1 replies (of 1 total)
  • Plugin Author Mircea Sandu

    (@gripgrip)

    Hi @beris,

    The plugin adds that cron event to avoid running a check if the usage tracking is enabled in a synchronised action. This way, it checks in the background if it should send the data, the cron event only runs 1 time per day instead of having a check on any admin page load, for example.

    When the Allow Usage Tracking option is disabled the plugin does not send any usage tracking data.

Viewing 1 replies (of 1 total)

The topic ‘Cron Events wpcode_usage_tracking_cron recreated’ is closed to new replies.