Beispiel #1
0
 /**
  * Whether there are more calendar days available in the loop.
  *
  * @return bool True if calendar days are available, false if end of loop.
  * @since 3.0
  * @return  void
  * */
 function tribe_events_week_have_days()
 {
     return Tribe_Events_Pro_Week_Template::have_days();
 }