Automattic\WooCommerce\Internal\Admin\Notes

PaymentsMoreInfoNeeded::is_applicable()public staticWC 1.0

Should this note exist?

Method of the class: PaymentsMoreInfoNeeded{}

No Hooks.

Return

null. Nothing (null).

Usage

$result = PaymentsMoreInfoNeeded::is_applicable();

PaymentsMoreInfoNeeded::is_applicable() code WC 8.7.0

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