Add comment support to Teams/Clubs pages

This commit is contained in:
savvasha
2019-08-12 13:00:03 +03:00
parent a38facdeb2
commit 62888f5371
2 changed files with 16 additions and 6 deletions

View File

@@ -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(