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:
@@ -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' ),
|
||||
|
||||
Reference in New Issue
Block a user