Automattic\WooCommerce\Internal\StockNotifications\Frontend

ProductPageIntegration::__constructpublicWC 1.0

Constructor.

Method of the class: ProductPageIntegration{}

No Hooks.

Returns

null. Nothing (null).

Usage

$ProductPageIntegration = new ProductPageIntegration();
$ProductPageIntegration->__construct();

ProductPageIntegration::__construct() code WC 10.3.6

public function __construct() {
	add_action( 'woocommerce_simple_add_to_cart', array( $this, 'maybe_render_form' ), 30 );
	add_action( 'woocommerce_after_add_to_cart_form', array( $this, 'maybe_render_form' ), 30 );
}