meta.php foreach error line 1404
-
It seems to be working ok but there is a persistent error that is occurring in the recurring events plugin
wp-content/plugins/events-calendar-pro/src/Tribe/Recurrence/Meta.php on line 1404$days_of_week = null; $month_names = null; $month_day_description = null; $day_number = date( 'j', $start_date ); $month_number = $day_number; $key = $type; if ( 'weekly' === $type ) { $weekdays = array(); foreach ( $rule['custom']['week']['day'] as $day ) {
Using your pro version 4.6.3 of the plugin
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘meta.php foreach error line 1404’ is closed to new replies.