Automattic\WooCommerce\Internal\Admin\Notes
WooCommercePayments::__construct()
Attach hooks.
Метод класса: WooCommercePayments{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$WooCommercePayments = new WooCommercePayments(); $WooCommercePayments->__construct();
Код WooCommercePayments::__construct() WooCommercePayments:: construct WC 9.5.1
public function __construct() { add_action( 'init', array( $this, 'install_on_action' ) ); add_action( 'wc-admin-woocommerce-payments_add_note', array( $this, 'add_note' ) ); }