file update

This commit is contained in:
magepeopleteam 2022-11-01 03:24:35 +00:00
parent 39b87bf374
commit 02821e3409

View File

@ -121,6 +121,7 @@ class MP_Event_All_Info_In_One
<?php do_action('mep_event_tab_after_tax_settings'); ?>
</div>
<?php } ?>
<div class="mp_tab_item" data-tab-item="#mp_event_email_text">
<?php
$text= get_post_meta($post_id, 'mep_event_cc_email_text' , true );
@ -134,7 +135,6 @@ class MP_Event_All_Info_In_One
Start Time: <b>{event_time}</b><br/>
Full DateTime: <b>{event_datetime}</b>
</div>
<?php } ?>
<?php do_action('mp_event_all_in_tab_item', $post_id); ?>
<?php
do_action('mep_admin_event_details_end_of_tab_details', $post_id); ?>