Automattic\WooCommerce\Internal\Admin\Notes

PaymentsRemindMeLater::is_applicable()public staticWC 1.0

Should this note exist?

Method of the class: PaymentsRemindMeLater{}

No Hooks.

Return

null. Nothing (null).

Usage

$result = PaymentsRemindMeLater::is_applicable();

PaymentsRemindMeLater::is_applicable() code WC 8.7.0

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