Add tiebreaker setting for head-to-head league table sorting
This commit is contained in:
@@ -276,6 +276,17 @@ class SportsPress_League_Tables {
|
||||
'default' => 'no',
|
||||
'type' => 'checkbox',
|
||||
),
|
||||
|
||||
array(
|
||||
'title' => __( 'Tiebreaker', 'sportspress' ),
|
||||
'id' => 'sportspress_table_tiebreaker',
|
||||
'default' => 'none',
|
||||
'type' => 'select',
|
||||
'options' => array(
|
||||
'none' => __( 'None', 'sportspress' ),
|
||||
'h2h' => __( 'Head to head', 'sportspress' ),
|
||||
),
|
||||
),
|
||||
) ),
|
||||
|
||||
array(
|
||||
|
||||
Reference in New Issue
Block a user