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 9.5.1
public static function is_applicable() { return self::should_display_note(); }