Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recent Reviews Widget #34

Open
iaesaudi opened this issue Oct 13, 2016 · 0 comments
Open

Recent Reviews Widget #34

iaesaudi opened this issue Oct 13, 2016 · 0 comments

Comments

@iaesaudi
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant