Add single staff shortcode and widget

This commit is contained in:
Brian Miyaji
2014-11-11 09:44:56 +11:00
parent 70446f91ca
commit 04c9d1dade
6 changed files with 133 additions and 3 deletions

View File

@@ -28,6 +28,7 @@ class SP_Shortcodes {
'player_statistics' => __CLASS__ . '::player_statistics',
'player_list' => __CLASS__ . '::player_list',
'player_gallery' => __CLASS__ . '::player_gallery',
'staff' => __CLASS__ . '::staff',
);
foreach ( $shortcodes as $shortcode => $function ) {