You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an issue in woocommerce dashboard widget called "Recent Reviews":
It shows product title in raw e.g. "[:en]Tomato[:ar]طماطم[:]"
I have fixed it by replacing this line found in:
File: \Includes\admin\class-wc-admin-dashboard.php
Line: 194
Replace $comment->post_title by _draft_or_post_title( $comment->comment_post_ID )
But how I could do it in a better way as filter hock in child theme function or into qtranslate-x integrations. because I have tried to add this filter name inside custom filter box and didn't made any change.
The text was updated successfully, but these errors were encountered:
There is an issue in woocommerce dashboard widget called "Recent Reviews":
It shows product title in raw e.g. "[:en]Tomato[:ar]طماطم[:]"
I have fixed it by replacing this line found in:
File:
\Includes\admin\class-wc-admin-dashboard.php
Line:
194
Replace
$comment->post_title
by_draft_or_post_title( $comment->comment_post_ID )
But how I could do it in a better way as filter hock in child theme function or into qtranslate-x integrations. because I have tried to add this filter name inside custom filter box and didn't made any change.
The text was updated successfully, but these errors were encountered: