• Resolved MarionFW

    (@marionfw)


    Hi,
    I activated cron-events to see what is happening, and found that there are 4 events that have no arguments and no action:
    um_daily_scheduled_events
    um_hourly_scheduled_events
    um_twicedaily_scheduled_events
    um_weekly_scheduled_events
    Are these deprecated, or is there an issue? My site diagnosis does not show any problems, other than the advice to remove deactivated plugins. I didn’t find any clue in the UM support forum or the changelogs.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @marionfw

    They are not active but you can use them if you need to process tasks. You can use the following code to disable the schedules.

    add_filter("um_cron_disable","__return_true");

    Regards,

    Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @marionfw

    …Please feel free to re-open this thread by changing the Topic Status to ‘Not Resolved’ if any other questions come up and we’d be happy to help. ??

    Regards,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘inactive cron; deprecated?’ is closed to new replies.