Files
sportspress/templates/event-staff.php
2014-03-25 13:03:58 +11:00

9 lines
181 B
PHP

<?php
if ( ! isset( $id ) )
$id = get_the_ID();
$staff = (array)get_post_meta( $id, 'sp_staff', false );
$output = '';
echo apply_filters( 'sportspress_event_staff', $output );