Merge pull request #324 from ThemeBoy/feature-list-show-team-logos

Feature: At Team Logos instead of Team Names at Player Lists
This commit is contained in:
Brian Miyaji
2019-03-12 16:18:10 +11:00
committed by GitHub
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' ),