Changes between Version 1 and Version 2 of Ticket #55280, comment 6
- Timestamp:
- 08/03/2022 12:21:16 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #55280, comment 6
v1 v2 1 1 Thanks for the ping, Juliette. 2 2 3 Currently, either `_set_cron_array()` nor `_get_cron_array()` check the form of each entry for validity. As with the timestamp, it's also possible the event is incorrectly formatted.3 Currently, neither `_set_cron_array()` nor `_get_cron_array()` check the form of each entry for validity. As with the timestamp, it's also possible the event is incorrectly formatted. 4 4 5 5 A number of plugins call either the private [https://wpdirectory.net/search/01G9GCJWSQEYHMA7BKST945MA5 _set_cron_array()] function or [https://wpdirectory.net/search/01G9GCV337ZJHD7HWZ47NYASQ5 directly set the cron option].