Automattic\WooCommerce\Internal\Admin\Notes

PaymentsMoreInfoNeeded::is_applicablepublic staticWC 1.0

Should this note exist?

Method of the class: PaymentsMoreInfoNeeded{}

No Hooks.

Returns

null. Nothing (null).

Usage

$result = PaymentsMoreInfoNeeded::is_applicable();

PaymentsMoreInfoNeeded::is_applicable() code WC 10.8.1

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