Plugin Directory

source: event-post/trunk/views/product-tab.php @ 3060317

Last change on this file since 3060317 was 3060317, checked in by bastho, 4 months ago

Bump version to 5.9.3

File size: 303 bytes
Line 
1
2<?php
3/**
4 * Support for WooCommerce products
5 *
6 * @package event-post
7 * @version 5.9.3
8 * @since   5.8.0
9 */
10?>
11 <?php echo \EventPost()->get_singledate($event, 'single'); ?>
12
13<?php echo \EventPost()->get_singlecat($event, 'single'); ?>
14
15<?php echo \EventPost()->print_location($event, 'single'); ?>
Note: See TracBrowser for help on using the repository browser.