Update modules
This commit is contained in:
@@ -131,6 +131,15 @@ class SP_Modules {
|
||||
'icon' => 'dashicons dashicons-twitter',
|
||||
'desc' => __( 'Add a Twitter feed to team, player, and staff pages.', 'sportspress' ),
|
||||
),
|
||||
'facebook' => array(
|
||||
'label' => __( 'Facebook', 'sportspress' ),
|
||||
'class' => 'SportsPress_Facebook',
|
||||
'action' => __( 'Like Us on Facebook', 'sportspress' ),
|
||||
'link' => 'http://tboy.co/facebook',
|
||||
'tip' => __( 'Help spread the word by liking our Page and get the Facebook module for free.', 'sportspress' ),
|
||||
'icon' => 'dashicons dashicons-facebook',
|
||||
'desc' => __( 'Add a Facebook Page widget to embed and promote each team.', 'sportspress' ),
|
||||
),
|
||||
'sponsors' => array(
|
||||
'label' => __( 'Sponsors', 'sportspress' ),
|
||||
'class' => 'SportsPress_Sponsors',
|
||||
|
||||
Reference in New Issue
Block a user