File "event-overview.php"
Full Path: /home/londdqdw/public_html/06/wp-content/plugins/sportspress/templates/event-overview.php
File size: 299 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* Event Results/Details
*
* @author ThemeBoy
* @package SportsPress/Templates
* @version 1.9
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly
}
?>
<div class="sp-event-overview">
<?php do_action( 'sportspress_event_overview_content' ); ?>
</div>