Add comment support to Teams/Clubs pages
This commit is contained in:
@@ -81,6 +81,14 @@ class SP_Settings_Teams extends SP_Settings_Page {
|
||||
'default' => 'no',
|
||||
'type' => 'checkbox',
|
||||
),
|
||||
|
||||
array(
|
||||
'title' => __( 'Comments', 'sportspress' ),
|
||||
'desc' => __( 'Allow people to post comments on Team page', 'sportspress' ),
|
||||
'id' => 'sportspress_team_comment_status',
|
||||
'default' => 'no',
|
||||
'type' => 'checkbox',
|
||||
),
|
||||
)),
|
||||
|
||||
array(
|
||||
|
||||
Reference in New Issue
Block a user