diff --git a/functions.php b/functions.php index 6564ca99..ea15babf 100644 --- a/functions.php +++ b/functions.php @@ -773,6 +773,7 @@ if ( !function_exists( 'sportspress_get_var_calculates' ) ) { if ( !function_exists( 'sportspress_edit_league_table' ) ) { function sportspress_edit_league_table( $columns = array(), $usecolumns = array(), $data = array(), $placeholders = array() ) { + $usecolumns = array_filter( $usecolumns ); ?>
| $label ): ?> |
|---|