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