Automattic\WooCommerce\Internal\Admin\Notes
PaymentsMoreInfoNeeded::is_applicable
Should this note exist?
Method of the class: PaymentsMoreInfoNeeded{}
No Hooks.
Returns
null. Nothing (null).
Usage
$result = PaymentsMoreInfoNeeded::is_applicable();
PaymentsMoreInfoNeeded::is_applicable() PaymentsMoreInfoNeeded::is applicable code WC 10.8.1
public static function is_applicable() {
return self::should_display_note();
}