diff --git a/eme-options.php b/eme-options.php index cb61b63a..a27c1d87 100644 --- a/eme-options.php +++ b/eme-options.php @@ -1238,7 +1238,7 @@ function eme_admin_tabs( $current = 'homepage' ) { 'gdpr' => __( 'Data protection', 'events-made-easy' ), 'payments' => __( 'Payments', 'events-made-easy' ), 'maps' => __( 'Maps', 'events-made-easy' ), - //'emefs' => __( 'Frontend Submit', 'events-made-easy' ), + 'emefs' => __( 'Frontend Submit', 'events-made-easy' ), 'other' => __( 'Other', 'events-made-easy' ), ]; if ( ! get_option( 'eme_rsvp_enabled' ) ) { diff --git a/eme-shortcodes.php b/eme-shortcodes.php index 2e8d046e..9c79ff21 100644 --- a/eme-shortcodes.php +++ b/eme-shortcodes.php @@ -36,7 +36,7 @@ add_shortcode( 'eme_location_map', 'eme_single_location_map_shortcode' ); add_shortcode( 'eme_locations', 'eme_get_locations_shortcode' ); add_shortcode( 'eme_location', 'eme_get_location_shortcode' ); -//add_shortcode( 'eme_add_event_form', 'eme_add_event_form_shortcode' ); +add_shortcode( 'eme_add_event_form', 'eme_add_event_form_shortcode' ); add_shortcode( 'eme_add_booking_form', 'eme_add_booking_form_shortcode' ); add_shortcode( 'eme_add_multibooking_form', 'eme_add_multibooking_form_shortcode' ); add_shortcode( 'eme_add_simple_multibooking_form', 'eme_add_simple_multibooking_form_shortcode' ); diff --git a/events-manager.php b/events-manager.php index f1179485..c9ccc96a 100644 --- a/events-manager.php +++ b/events-manager.php @@ -66,7 +66,7 @@ require_once 'eme-gdpr.php'; require_once 'eme-tasks.php'; require_once 'eme-translate.php'; -//require_once 'eme-fs.php'; +require_once 'eme-fs.php'; require_once 'class-expressivedate.php'; // Setting constants diff --git a/readme.txt b/readme.txt index 31bf9ffd..08938fd7 100644 --- a/readme.txt +++ b/readme.txt @@ -98,6 +98,9 @@ Events list and calendars can be added to your blogs through widgets, shortcodes See the FAQ section at the [Official site](https://www.e-dynamics.be/wordpress/). == Changelog == += 2.5.0 (2024//) = +* Integrated the frontend submit form, using [eme_add_event_form] shortcode and templating support + = 2.4.53 (2024/07/19) = * A renamed option was not taken into account in all pages