Exemple #1
0
 /**
  * Used in the month loop.
  * Returns the counter for the current week in the month loop
  *
  * Example:
  * < code >
  * <?php
  * // loop through the days in the current month query
  * if( tribe_events_get_current_week == 3 );
  *        // do stuff
  * endif;
  * ?>
  * </ code >
  *
  * @return int
  * @see Tribe__Events__Template__Month::get_current_week()
  **/
 function tribe_events_get_current_week()
 {
     return Tribe__Events__Template__Month::get_current_week();
 }