Actions in each section of coupon admin Closes #4500
This commit is contained in:
parent
03f8d500a2
commit
69694e7a13
|
@ -167,6 +167,8 @@ class WC_Meta_Box_Coupon_Data {
|
|||
|
||||
echo '</div>';
|
||||
|
||||
do_action( 'woocommerce_coupon_options_usage_restriction' );
|
||||
|
||||
?></div>
|
||||
<div id="usage_limit_coupon_data" class="panel woocommerce_options_panel"><?php
|
||||
|
||||
|
@ -192,6 +194,8 @@ class WC_Meta_Box_Coupon_Data {
|
|||
|
||||
echo '</div>';
|
||||
|
||||
do_action( 'woocommerce_coupon_options_usage_limit' );
|
||||
|
||||
?></div>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue