Add hook before box score

This commit is contained in:
Brian Miyaji
2017-01-06 20:45:51 +11:00
parent 135f9a6a8a
commit bf1ed41091

View File

@@ -89,6 +89,8 @@ if ( is_array( $teams ) ):
$formats[ $column->post_name ] = $format; $formats[ $column->post_name ] = $format;
} }
do_action( 'sportspress_before_event_performance' );
if ( $is_individual ) { if ( $is_individual ) {
// Combined table // Combined table
$data = array(); $data = array();