Changes between Initial Version and Version 1 of Ticket #55280, comment 6
- Timestamp:
- 08/02/2022 11:36:07 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #55280, comment 6
initial v1 1 1 Thanks for the ping, Juliette. 2 2 3 Currently, either `_set_cron_array()` no t`_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, 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. 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].