file update
This commit is contained in:
parent
3c1c09ecd9
commit
cd939c2829
|
@ -117,11 +117,12 @@ class MP_Event_All_Info_In_One {
|
|||
<hr/>
|
||||
<?php $this->mp_event_settings( $post_id ); ?>
|
||||
</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">
|
||||
<?php if ( get_option( 'woocommerce_calc_taxes' ) == 'yes' ) { ?>
|
||||
|
||||
<h3><?php echo $event_label; _e( ' Tax Settings :', 'mage-eventpress' ); ?></h3>
|
||||
<hr/>
|
||||
<hr/>
|
||||
<?php $this->mp_event_tax( $post_id ); ?>
|
||||
</div>
|
||||
<?php } ?>
|
||||
|
|
Loading…
Reference in New Issue