Add options to box score icons

This commit is contained in:
Brian Miyaji
2017-11-13 16:59:37 +11:00
parent 1b05f23da2
commit b55a814c74
8 changed files with 170 additions and 32 deletions

View File

@@ -76,12 +76,29 @@ class SportsPress_Icons {
private function get_icons() {
$this->icons = apply_filters( 'sportspress_icons', array(
'soccerball',
'soccerball-alt',
'baseball',
'baseball-alt',
'basketball',
'golfball',
'cricketball',
'bowling',
'ice-hockey',
'football',
'poolball',
'table-tennis',
'tennis',
'racing-flag',
'shoe',
'card',
'sub',
'update',
'undo',
'redo',
'marker',
'no',
'heart',
'star-filled',
) );
}