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 83854d8 commit ef8d954Copy full SHA for ef8d954
wc-performance-improvements.php
@@ -3,7 +3,7 @@
3
* Plugin Name: Performance Improvements for WooCommerce
4
* Plugin URI: https://github.com/lukecav/performance-improvements-for-woocommerce
5
* Description: Performance tweaks for WooCommerce.
6
- * Version: 1.1.16
+ * Version: 1.1.17
7
* Author: Luke Cavanagh
8
* Author URI: https://github.com/lukecav
9
* Requires at least: 5.6
@@ -122,3 +122,6 @@ function wc_hide_woocommerce_menus() {
122
123
// Delete the WooCommerce usage tracker cron event
124
wp_clear_scheduled_hook( 'woocommerce_tracker_send_event' );
125
+
126
+// Disable the Payment Gateway Admin Suggestions
127
+add_filter('woocommerce_admin_payment_gateway_suggestion_specs', '__return_empty_array');
0 commit comments