Add Featured Image support to Event Countdown widget

This commit is contained in:
savvasha
2018-03-30 18:53:59 +03:00
parent 7cc4ec19a0
commit 5825cf1cfc
2 changed files with 15 additions and 0 deletions

View File

@@ -88,6 +88,13 @@ class SportsPress_Countdowns {
'default' => 'no',
'type' => 'checkbox',
),
array(
'title' => __( 'Featured Image', 'sportspress' ),
'desc' => __( 'Display featured image of event', 'sportspress' ),
'id' => 'sportspress_countdown_show_featured_image',
'default' => 'no',
'type' => 'checkbox',
),
)),
array(