We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17a8e9d commit a782fbeCopy full SHA for a782fbe
includes/class-wc-stripe-feature-flags.php
@@ -90,7 +90,7 @@ public static function is_upe_checkout_enabled() {
90
* Temporary filter to allow rollback to legacy checkout experience.
91
*
92
* @since 9.6.0
93
- * @deprecated This filter will be removed in version 9.8.0.
+ * @deprecated This filter will be removed in version 10.0.0.
94
* @param bool $enabled Whether new checkout experience is enabled. Default true.
95
*/
96
return apply_filters( 'wc_stripe_is_upe_checkout_enabled', true );
0 commit comments