Add officials columns to event lists

This commit is contained in:
Brian Miyaji
2017-11-09 15:41:30 +11:00
parent 62bee2e482
commit 1b05f23da2
5 changed files with 132 additions and 23 deletions

View File

@@ -166,6 +166,8 @@ endif;
if ( sp_column_active( $usecolumns, 'day' ) )
echo '<th class="data-day">' . __( 'Match Day', 'sportspress' ) . '</th>';
do_action( 'sportspress_event_list_head_row', $usecolumns );
?>
</tr>
</thead>
@@ -413,6 +415,8 @@ endif;
echo '</td>';
endif;
do_action( 'sportspress_event_list_row', $event, $usecolumns );
echo '</tr>';
$i++;