woocommerce_coupon_options_save, $post_id, $coupon

woocommerce_coupon_options_save, $post_id, $coupon

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

do_action('woocommerce_coupon_options_save, $post_id, $coupon') is found 1 times:

  • /includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php line 399

    Warning: Undefined array key 401 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 402 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 403 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 404 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    			}
    		}
    
    		$coupon->save();
    		do_action( 'woocommerce_coupon_options_save', $post_id, $coupon );
    	}
    }