/**
  * end_get_the_excerpt
  *
  * @access public
  * @param  string $text
  * @return string
  */
 public static function end_get_the_excerpt($text = '')
 {
     EED_Events_Archive::$using_get_the_excerpt = false;
     return $text;
 }