Skip to content

Instantly share code, notes, and snippets.

@raselupm
Last active December 5, 2021 08:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raselupm/200214087bd32ce4f9e3d2f34eea0734 to your computer and use it in GitHub Desktop.
Save raselupm/200214087bd32ce4f9e3d2f34eea0734 to your computer and use it in GitHub Desktop.
<?php
// official documentation link: https://theeventscalendar.com/knowledgebase/k/using-tribe_get_events/
$events = tribe_get_events( [
'posts_per_page' => 3,
'start_date' => date('Y-m-d')
] );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment