WPIntell

Source evidence

Throwing errors in 3.9.1!

Woo Remove Qty selectors · support · 2014-05-18T02:49:00+00:00

complaintsentiment
mediumseverity
0.81relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

6 / 34 rows with source links

17.6% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

28 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Tevya unresolved
This plugin is throwing errors in the latest version of WP. At the top of the front-end and the Admin, I’m seeing stuff like this: \s*(.+?)\s*\<\/div\>#s'; $contents = preg_replace_callback( $pattern, create_function( '$matches', 'return "";' ), $contents ); /* Remove the TH from the Cart page */ $pattern = '#\\s*(.+?)\s*\<\/th\>#s'; $contents = preg_replace_callback( $pattern, create_function( '$matches', 'return "";' ), $contents ); $pattern = '#\\s*\s*<\/td\>#s'; $contents = preg_replace_callback( $pattern, create_function( '$matches', 'return "";' ), $contents ); $buffer = $contents; return $buffer; } function buffer_start() { ob_start("callback"); } function buffer_end() { ob_end_flush(); } add_action('wp_head', 'buffer_start'); add_action('wp_footer', 'buffer_end'); ?> Once this plugin is disabled, it’s fine again. Can you fix please? It’s a very helpful little plugin. https://wordpress.org/plugins/woocommerce-remove-quantity-fields/ Or possibly it has to do with WC 2.1.x??? I think we would have caught it a while back if it was a WC issue. I think it’s WP 3.9 or 3.9.1 that it’s conflicting with. [Moderator Note: No bumping , thank you.]

Comments

1 shown
Tevya 2014-05-18T02:54:00+00:00

Or possibly it has to do with WC 2.1.x??? I think we would have caught it a while back if it was a WC issue. I think it’s WP 3.9 or 3.9.1 that it’s conflicting with. [Moderator Note: No bumping , thank you.]