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