Add team table columns shortcode close #32

This commit is contained in:
Brian Miyaji
2014-08-15 23:03:35 +10:00
parent 47a2aca3f7
commit 95d6210ffd
6 changed files with 160 additions and 86 deletions

View File

@@ -23,6 +23,7 @@ class SP_Shortcodes {
'event_calendar' => __CLASS__ . '::event_calendar',
'event_list' => __CLASS__ . '::event_list',
'event_blocks' => __CLASS__ . '::event_blocks',
'team_columns' => __CLASS__ . '::team_columns',
'league_table' => __CLASS__ . '::league_table',
'player_details' => __CLASS__ . '::player_details',
'player_statistics' => __CLASS__ . '::player_statistics',