Bug: Email Subscribers overwrites cron schedules
-
File: lite/includes/admin/class-es-cron.php
Function
filter_cron_schedules
overwrites the cron schedules table, which deletes any 3rd party schedules previously added.public function filter_cron_schedules() {
should be
public function filter_cron_schedules( $schedules ) {
See: https://developer.www.ads-software.com/reference/hooks/cron_schedules/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Bug: Email Subscribers overwrites cron schedules’ is closed to new replies.