Automattic\WooCommerce\Internal\StockNotifications\Frontend
FormHandlerService::__construct
Constructor.
Method of the class: FormHandlerService{}
No Hooks.
Returns
null. Nothing (null).
Usage
$FormHandlerService = new FormHandlerService(); $FormHandlerService->__construct();
FormHandlerService::__construct() FormHandlerService:: construct code WC 10.3.6
public function __construct() {
add_action( 'template_redirect', array( $this, 'handle_signup' ) );
}