File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 "wp-content/plugins/basic-auth" : " ./wp-content/plugins/basic-auth" ,
1717 "wp-content/plugins/bh-wc-set-gateway-by-url" : " ./wp-content/plugins/bh-wc-set-gateway-by-url" ,
1818 "wp-content/plugins/checkout-fees-for-woocommerce" : " ./wp-content/plugins/checkout-fees-for-woocommerce" ,
19- "wp-content/plugins/coinsnap-for-givewp" : " ./wp-content/plugins/coinsnap-for-givewp" ,
2019 "wp-content/plugins/crypto-payments-woo" : " ./wp-content/plugins/crypto-payments-woo" ,
2120 "wp-content/plugins/decentralized-bitcoin-cryptodec-payment-gateway-for-woocommerce" : " ./wp-content/plugins/decentralized-bitcoin-cryptodec-payment-gateway-for-woocommerce" ,
2221 "wp-content/plugins/development-plugin" : " ./development-plugin" ,
Original file line number Diff line number Diff line change @@ -188,8 +188,11 @@ static function ( Container $container ) {
188188/**
189189 * TODO: Move to a class. Copy HPOS compatability as template.
190190 */
191- add_action ( 'before_woocommerce_init ' , function () {
192- if ( class_exists ( '\Automattic\WooCommerce\Utilities\FeaturesUtil ' ) ) {
193- \Automattic \WooCommerce \Utilities \FeaturesUtil::declare_compatibility ( 'cart_checkout_blocks ' , __FILE__ , false );
191+ add_action (
192+ 'before_woocommerce_init ' ,
193+ function () {
194+ if ( class_exists ( '\Automattic\WooCommerce\Utilities\FeaturesUtil ' ) ) {
195+ \Automattic \WooCommerce \Utilities \FeaturesUtil::declare_compatibility ( 'cart_checkout_blocks ' , __FILE__ , false );
196+ }
194197 }
195- } );
198+ );
You can’t perform that action at this time.
0 commit comments