• Pl<span style=”color: rgb(0, 0, 0); white-space: pre;”>e</span>ase note this is a test site and may take a moment to wake up.

    Scroll down to ‘Weekly Protests’

    Look for two events titled ‘Bridge Brigade – We the People’, one on Wednesdays the other on Saturday. The (Your) repeating pattern always reads ‘Wednesday every week at 3:00 pm – 5:00 pm’. These are both part of a single repeating event with two date patterns.

    Issue seems to lie with this code in em-event.php and this code around line 350

                    case ‘#_RECURRINGPATTERN’:

                        $replace = ”;

                        if( $this->is_recurrence( true ) || $this->is_recurring( true ) ){

                            $replace = $this->get_event_recurrence()->get_recurrence_set()->get_recurrence_description();

                        }

                        break;

    There is a second repeating pattern (Mine) using a custom placeholder that uses your code but drops the ->get_event_recurrence()

    With this I get the expected pattern, not knowing why your code uses ‘->get_event_recurrence() ‘ I do not know if this is a proper solution,.

    The page I need help with: [log in to see the link]

You must be logged in to reply to this topic.