PHP 8 issue fixed
This commit is contained in:
parent
a80fa6fdf6
commit
6517fe752f
|
@ -214,6 +214,7 @@ function mep_email_dynamic_content($email_body, $event_id,$order_id){
|
|||
$attendee_id = $_attendee_q->ID;
|
||||
}
|
||||
$attendee_name = get_post_meta($attendee_id,'ea_name',true) ? get_post_meta($attendee_id,'ea_name',true) : '';
|
||||
$email = get_post_meta($attendee_id,'ea_email',true) ? get_post_meta($attendee_id,'ea_email',true) : '';
|
||||
$date_time = get_post_meta($attendee_id,'ea_event_date',true) ? get_mep_datetime(get_post_meta($attendee_id,'ea_event_date',true),'date-time-text') : '';
|
||||
$date = get_post_meta($attendee_id,'ea_event_date',true) ? get_mep_datetime(get_post_meta($attendee_id,'ea_event_date',true),'date-text') : '';
|
||||
$time = get_post_meta($attendee_id,'ea_event_date',true) ? get_mep_datetime(get_post_meta($attendee_id,'ea_event_date',true),'time') : '';
|
||||
|
|
|
@ -33,7 +33,7 @@ WooCommerce Event Manager Plugin- is one of the best and simple event management
|
|||
➡ View Registered Attendee from WooCommerce Order Details.
|
||||
➡ Multiple Event Templates (You can select a different template for each event)
|
||||
➡ Works with Any Standards Compliant WordPress Theme.
|
||||
➡ WooCommerce Support, You can Sale product and Event Separately. There is no mixing with Event with the WooCommerce Products.
|
||||
➡ WooCommerce Support, You can Sell product and Event Separately. There is no mixing with Event with the WooCommerce Products.
|
||||
➡ [View Live Demo For Business](https://vaincode.com/event-demo/)
|
||||
➡ [View Live Demo For Cooking](https://vaincode.com/event-demo/home-cooking/)
|
||||
➡ [View Live Demo For Indoor Games](https://vaincode.com/event-demo/home-indoor-games/)
|
||||
|
@ -749,7 +749,7 @@ Bug Fixed
|
|||
Hook Added
|
||||
15 March 2021*
|
||||
|
||||
= 3.4.9=
|
||||
= 3.5.0=
|
||||
* Update Release:
|
||||
Elementor Support & Widget
|
||||
Multilingual Support (WPML & Polylang)
|
||||
|
@ -757,6 +757,7 @@ Style Issue fixed
|
|||
Google Map Issue fixed
|
||||
New List Style added (Spring, Winter)
|
||||
New Theme Added (Vanila)
|
||||
PHP 8 Supported
|
||||
New Features & Settings added
|
||||
Bug Fixed
|
||||
Hook Added
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* Plugin Name: Woocommerce Events Manager
|
||||
* Plugin URI: http://mage-people.com
|
||||
* Description: A Complete Event Solution for WordPress by MagePeople..
|
||||
* Version: 3.4.9
|
||||
* Version: 3.5.0
|
||||
* Author: MagePeople Team
|
||||
* Author URI: http://www.mage-people.com/
|
||||
* Text Domain: mage-eventpress
|
||||
|
|
Loading…
Reference in New Issue