79261814

Date: 2024-12-08 03:45:59
Score: 1
Natty:
Report link

This is a bad practise. Use hooks and filters instead.

You can fetch the event list using this code.

if (function_exists('google_calendar_events_get_events')) {
   $events = google_calendar_events_get_events();
   foreach ($events as $event) {
   }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ishan Jayman