Noptin_WooCommerce_Product_Purchase_Trigger::__construct( $bridge )
Constructor.
Source Source
File: includes/automation-rules/triggers/class-noptin-woocommerce-product-purchase-trigger.php
public function __construct( $bridge ) { $this->bridge = $bridge; add_action( 'noptin_woocommerce_integration_product_refund', array( $this, 'init_refund_trigger' ), 10000, 5 ); add_action( 'noptin_woocommerce_integration_product_buy', array( $this, 'init_buy_trigger' ), 10000, 5 ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
1.3.0 | Introduced. |