Automattic\WooCommerce\Internal\Admin\Notes
WooCommercePayments::__construct()
Attach hooks.
Method of the class: WooCommercePayments{}
No Hooks.
Return
null
. Nothing (null).
Usage
$WooCommercePayments = new WooCommercePayments(); $WooCommercePayments->__construct();
WooCommercePayments::__construct() WooCommercePayments:: construct code WC 9.6.1
public function __construct() { add_action( 'init', array( $this, 'install_on_action' ) ); add_action( 'wc-admin-woocommerce-payments_add_note', array( $this, 'add_note' ) ); }