Automattic\WooCommerce\Admin\Notes
TestCheckout::__construct() public WC 1.0
Constructor.
{} Это метод класса: TestCheckout{}
Хуков нет.
Возвращает
Null. Ничего.
Использование
$TestCheckout = new TestCheckout(); $TestCheckout->__construct();
Код TestCheckout::__construct() TestCheckout:: construct WC 5.0.0
public function __construct() {
add_action( 'update_option_' . self::TASK_LIST_TRACKED_TASKS, array( $this, 'possibly_add_note' ) );
}