PHP 8 issue fixed

This commit is contained in:
magepeopleteam 2021-09-20 11:11:42 +00:00
parent a80fa6fdf6
commit 6517fe752f
3 changed files with 5 additions and 3 deletions

View File

@ -214,6 +214,7 @@ function mep_email_dynamic_content($email_body, $event_id,$order_id){
$attendee_id = $_attendee_q->ID; $attendee_id = $_attendee_q->ID;
} }
$attendee_name = get_post_meta($attendee_id,'ea_name',true) ? get_post_meta($attendee_id,'ea_name',true) : ''; $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_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') : ''; $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') : ''; $time = get_post_meta($attendee_id,'ea_event_date',true) ? get_mep_datetime(get_post_meta($attendee_id,'ea_event_date',true),'time') : '';

View File

@ -33,7 +33,7 @@ WooCommerce Event Manager Plugin- is one of the best and simple event management
➡ View Registered Attendee from WooCommerce Order Details. ➡ View Registered Attendee from WooCommerce Order Details.
➡ Multiple Event Templates (You can select a different template for each event) ➡ Multiple Event Templates (You can select a different template for each event)
➡ Works with Any Standards Compliant WordPress Theme. ➡ 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 Business](https://vaincode.com/event-demo/)
➡ [View Live Demo For Cooking](https://vaincode.com/event-demo/home-cooking/) ➡ [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/) ➡ [View Live Demo For Indoor Games](https://vaincode.com/event-demo/home-indoor-games/)
@ -749,7 +749,7 @@ Bug Fixed
Hook Added Hook Added
15 March 2021* 15 March 2021*
= 3.4.9= = 3.5.0=
* Update Release: * Update Release:
Elementor Support & Widget Elementor Support & Widget
Multilingual Support (WPML & Polylang) Multilingual Support (WPML & Polylang)
@ -757,6 +757,7 @@ Style Issue fixed
Google Map Issue fixed Google Map Issue fixed
New List Style added (Spring, Winter) New List Style added (Spring, Winter)
New Theme Added (Vanila) New Theme Added (Vanila)
PHP 8 Supported
New Features & Settings added New Features & Settings added
Bug Fixed Bug Fixed
Hook Added Hook Added

View File

@ -3,7 +3,7 @@
* Plugin Name: Woocommerce Events Manager * Plugin Name: Woocommerce Events Manager
* Plugin URI: http://mage-people.com * Plugin URI: http://mage-people.com
* Description: A Complete Event Solution for WordPress by MagePeople.. * Description: A Complete Event Solution for WordPress by MagePeople..
* Version: 3.4.9 * Version: 3.5.0
* Author: MagePeople Team * Author: MagePeople Team
* Author URI: http://www.mage-people.com/ * Author URI: http://www.mage-people.com/
* Text Domain: mage-eventpress * Text Domain: mage-eventpress