goran468
Forum Replies Created
-
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] 4.0.1 causes preg_match warningSome additional clarification. This delimiter is used in quite popular Redux Framework and now it causes a conflict with YITH Wishlist and Redux:
https://github.com/reduxframework/redux-framework/blob/e62d65a0ee440d72b1fda24d90d3bb44d996a2ac/redux-core/inc/extensions/metaboxes/class-redux-extension-metaboxes.php#L772
Thank you.Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] 4.0.1 causes preg_match warningA quick was to repeat in the theme with Wishlist plugin installed, configured with new permalink structure:
<?php
cust_regex_test();
function cust_regex_test() {
global $wp_rewrite;
$matches = $wp_rewrite->wp_rewrite_rules();
$current_url = '/test/';
foreach ( $matches as $match => $query ) {
preg_match( "!^$match!", $current_url, $matches );
}
}Warning: preg_match(): Unknown modifier ‘w’ in C:\www\wp-test\wp-content\themes\test-theme\functions.php on line 22
Forum: Plugins
In reply to: [WooCommerce] Critical error on your website After Updating WooCommerceHello.
We confirm the problem with different themes. After update to the WooCommerce 4.4.0 the error:
Fatal error: Uncaught Error: Call to undefined function wc_get_loop_prop()
in \wp-content\plugins\woocommerce\includes\class-wc-query.php on line 376Forum: Plugins
In reply to: [Contact Form 7 Multi-Step Forms] WPCF7_Shortcode is deprecated issueYou are right. Sorry, it’s our mistake.