Automattic\WooCommerce\Internal\Admin\Notes
PaymentsMoreInfoNeeded::is_applicable
Should this note exist?
Метод класса: PaymentsMoreInfoNeeded{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$result = PaymentsMoreInfoNeeded::is_applicable();
Код PaymentsMoreInfoNeeded::is_applicable() PaymentsMoreInfoNeeded::is applicable WC 10.5.0
public static function is_applicable() {
return self::should_display_note();
}