Store organisator email
This commit is contained in:
		@@ -31,6 +31,14 @@ function kompass_print_event_edit_form(?int $event_id = null)
 | 
			
		||||
        'events_settings',
 | 
			
		||||
        ['setting' => 'event_name', 'style' => 'width: 1024px', 'value' => null !== $event ? $event->event_name : '']);
 | 
			
		||||
 | 
			
		||||
    add_settings_field(
 | 
			
		||||
        'event_settings_1b',
 | 
			
		||||
        __('Organisator E-Mail', BDP_LV_PLUGIN_SLUG),
 | 
			
		||||
        'kompass_print_textbox',
 | 
			
		||||
        $events_settings,
 | 
			
		||||
        'events_settings',
 | 
			
		||||
        ['setting' => 'event_email', 'style' => 'width: 1024px', 'value' => null !== $event ? $event->event_email : '']);
 | 
			
		||||
 | 
			
		||||
    add_settings_field(
 | 
			
		||||
        'event_settings_2',
 | 
			
		||||
        __('Start date', BDP_LV_PLUGIN_SLUG),
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user