Merge pull request #306 from ThemeBoy/feature-past-meetings
Default to not show past meetings
This commit is contained in:
@@ -60,7 +60,7 @@ class SportsPress_Event_Past_Meetings {
|
||||
'title' => __( 'Past Meetings', 'sportspress' ),
|
||||
'option' => 'sportspress_event_show_past_meetings',
|
||||
'action' => array( $this, 'output' ),
|
||||
'default' => 'yes',
|
||||
'default' => 'no',
|
||||
);
|
||||
|
||||
return $templates;
|
||||
|
||||
Reference in New Issue
Block a user