Add filter to event performance

This commit is contained in:
Brian Miyaji
2015-10-07 19:08:23 +11:00
parent 61e43b48c3
commit 694ae1ebf9

View File

@@ -129,7 +129,7 @@ class SP_Event extends SP_Custom_Post{
unset( $labels['position'] );
endif;
$performance[0] = $labels;
return $performance;
return apply_filters( 'sportspress_get_event_performance', $performance );
endif;
}