Esempio n. 1
0
 /**
  * Rewind the posts and reset post index.
  *
  * @access public
  */
 public static function rewind_days()
 {
     self::$current_day = -1;
     self::$current_week = -1;
 }
Esempio n. 2
0
 /**
  * Used in the month loop.
  * Outputs classes for the current single event in the month loop
  *
  * @return void
  * @author Jessica Yazbek
  * @see Tribe_Events_Month_Template::event_classes()
  * @since 3.0 
  **/
 function tribe_events_the_month_single_event_classes()
 {
     echo apply_filters('tribe_events_the_month_single_event_classes', Tribe_Events_Month_Template::event_classes());
 }