$date, __( 'Time', 'sportspress' ) => $time ); $taxonomies = apply_filters( 'sportspress_event_taxonomies', array( 'sp_league' => null, 'sp_season' => null ) ); foreach ( $taxonomies as $taxonomy => $post_type ): $terms = get_the_terms( $id, $taxonomy ); if ( $terms ): $obj = get_taxonomy( $taxonomy ); $term = array_shift( $terms ); $data[ $obj->labels->singular_name ] = $term->name; endif; endforeach; ?>

$value ): ?>