Add an extra option to show Team Logos instead of Team Names at Player Lists

This commit is contained in:
savvasha
2019-02-14 17:13:08 +02:00
parent 5020512242
commit e3ec12e03c
3 changed files with 18 additions and 3 deletions

View File

@@ -266,6 +266,14 @@ class SportsPress_Player_Lists {
'type' => 'checkbox',
'checkboxgroup' => 'end',
),
array(
'title' => __( 'Teeams', 'sportspress' ),
'desc' => __( 'Display Teams Logos', 'sportspress' ),
'id' => 'sportspress_list_show_logos',
'default' => 'no',
'type' => 'checkbox',
),
array(
'title' => __( 'Pagination', 'sportspress' ),