Add filter to event performance
This commit is contained in:
@@ -129,7 +129,7 @@ class SP_Event extends SP_Custom_Post{
|
|||||||
unset( $labels['position'] );
|
unset( $labels['position'] );
|
||||||
endif;
|
endif;
|
||||||
$performance[0] = $labels;
|
$performance[0] = $labels;
|
||||||
return $performance;
|
return apply_filters( 'sportspress_get_event_performance', $performance );
|
||||||
endif;
|
endif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user