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