You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use case is an event which must come after the completion of another event.
example: Event_A calls wp_schedule_single_event( time(), 'event_b' ); Event_A shows up as completed in the log but event_ b never shows up in the log (neither the DB log or a piped to log from the cavalcade runner).
The text was updated successfully, but these errors were encountered:
Use case is an event which must come after the completion of another event.
example:
Event_A
callswp_schedule_single_event( time(), 'event_b' );
Event_A
shows up as completed in the log butevent_ b
never shows up in the log (neither the DB log or a piped to log from the cavalcade runner).The text was updated successfully, but these errors were encountered: