[Plugin: The Events Calendar] BUG – TribeEventsAPI::updateEvent
-
The first line of the function is:
$args['ID'] == $eventId;I suspect that’s supposed to be an assignment instead. I changed mine to:
$args['ID'] = $eventId;As is, the subsequent wp_update_post call doesn’t work.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘[Plugin: The Events Calendar] BUG – TribeEventsAPI::updateEvent’ is closed to new replies.