Automattic\WooCommerce\Admin\Notes
DrawAttention::__construct() public WC 1.0
Constructor.
{} Это метод класса: DrawAttention{}
Хуков нет.
Возвращает
Null. Ничего.
Использование
$DrawAttention = new DrawAttention(); $DrawAttention->__construct();
Код DrawAttention::__construct() DrawAttention:: construct WC 5.0.0
public function __construct() {
// Trigger this when the onboarding options are updated.
add_filter( 'update_option_' . Onboarding::PROFILE_DATA_OPTION, array( $this, 'possibly_add_note' ) );
}