file update

This commit is contained in:
magepeopleteam 2020-12-14 05:08:58 +00:00
parent 3c1c09ecd9
commit cd939c2829

View File

@ -117,11 +117,12 @@ class MP_Event_All_Info_In_One {
<hr/> <hr/>
<?php $this->mp_event_settings( $post_id ); ?> <?php $this->mp_event_settings( $post_id ); ?>
</div> </div>
<?php do_action( 'mep_admin_event_details_after_tab_details_settings',$post_id ); ?> <?php do_action( 'mep_admin_event_details_after_tab_details_settings',$post_id ); ?>
<?php if ( get_option( 'woocommerce_calc_taxes' ) == 'yes' ) { ?>
<div class="mp_tab_item" data-tab-item="#mp_event_tax_settings"> <div class="mp_tab_item" data-tab-item="#mp_event_tax_settings">
<?php if ( get_option( 'woocommerce_calc_taxes' ) == 'yes' ) { ?>
<h3><?php echo $event_label; _e( ' Tax Settings :', 'mage-eventpress' ); ?></h3> <h3><?php echo $event_label; _e( ' Tax Settings :', 'mage-eventpress' ); ?></h3>
<hr/> <hr/>
<?php $this->mp_event_tax( $post_id ); ?> <?php $this->mp_event_tax( $post_id ); ?>
</div> </div>
<?php } ?> <?php } ?>