Automattic\WooCommerce\Internal\Admin\Notes

PaymentsMoreInfoNeeded::is_applicable()public staticWC 1.0

Should this note exist?

Метод класса: PaymentsMoreInfoNeeded{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$result = PaymentsMoreInfoNeeded::is_applicable();

Код PaymentsMoreInfoNeeded::is_applicable() WC 8.7.0

public static function is_applicable() {
	return self::should_display_note();
}