Add Matchday to Event-Block Template.

This commit is contained in:
savvasha
2018-08-25 18:31:55 +03:00
parent 8a49026cb2
commit bd27f41977
2 changed files with 12 additions and 0 deletions

View File

@@ -344,6 +344,14 @@ class SportsPress_Calendars {
'type' => 'checkbox',
'checkboxgroup' => '',
),
array(
'desc' => __( 'Display matchday', 'sportspress' ),
'id' => 'sportspress_event_blocks_show_matchday',
'default' => 'no',
'type' => 'checkbox',
'checkboxgroup' => '',
),
array(
'desc' => __( 'Display venue', 'sportspress' ),