Add national flag option to player list

This commit is contained in:
Brian Miyaji
2015-09-20 21:58:21 +10:00
parent 6a1c38f167
commit 866ede23f1
6 changed files with 38 additions and 10 deletions

View File

@@ -210,6 +210,15 @@ class SportsPress_Player_Lists {
'id' => 'sportspress_list_show_photos',
'default' => 'no',
'type' => 'checkbox',
'checkboxgroup' => 'start',
),
array(
'desc' => __( 'Display national flags', 'sportspress' ),
'id' => 'sportspress_list_show_flags',
'default' => 'no',
'type' => 'checkbox',
'checkboxgroup' => 'end',
),
array(