WPIntell

Source evidence

Eats WooCommerce Login Error Messages

Open Graph Protocol Framework · support · 2016-07-07T14:11:00+00:00

complaintsentiment
mediumseverity
0.86relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

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

4 / 31 rows with source links

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

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

27 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
mhartogatoutreach unresolved
Hi, I was working on a client’s website and found out that this plugin was causing error messages to not show up. Something with how it gets the post content before the page gets the content was causing the error messages to be in the og:description but not shown on the page itself. An easy workaround was adding this code after line 104 to check if it is the login page and set a specific description: if ( in_array( 'woocommerce/woocommerce.php', apply_filters( 'active_plugins', get_option( 'active_plugins' ) ) ) && is_account_page() ) { $description = get_bloginfo('name') . ' Login Page'; } It checks if WooCommerce is active and if the current page is the account page then sets a description manually. A better solution may be getting the current post ID then getting its contents instead of using $post directly. https://wordpress.org/plugins/open-graph-protocol-framework/ This is probably what is causing issues for me too. It would be nice if the dev would look into this. Hi, it eats a lot of WooCommerce notices, including user edit errors.

Comments

2 shown
Trisy123 2016-08-03T15:22:00+00:00

This is probably what is causing issues for me too. It would be nice if the dev would look into this.

miestwuj 2016-11-30T13:15:00+00:00

Hi, it eats a lot of WooCommerce notices, including user edit errors.