Issue with cron healthcheck
-
I have this error in the line
lugins/astra-sites/inc/importers/batch-processing/helpers/class-wp-background-process.php
line 442// Adds every 5 minutes to the existing schedules. $schedules[ $this->identifier . ‘_cron_interval’ ] = array( ‘interval’ => MINUTE_IN_SECONDS * $interval, /* translators: %d are the minutes. */ ‘display’ => sprintf( __( ‘Every %d Minutes’, ‘astra-sites’ ), $interval ), );
If I add this validation if( is_numeric( $interval ) ) {} it works
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Issue with cron healthcheck’ is closed to new replies.