Hi @gmelli,
You can try this code:
add_filter( 'wp_review_get_review_data', function( $data ) {
$data['heading'] = 'Please rate this post';
return $data;
} );
This works with the 5.0.0 version.
-
This reply was modified 6 years, 7 months ago by
truongwp.
Thread Starter
gmelli
(@gmelli)
Thanks for your reply!
Where do I have to add this code? (which file?)
Best wishes,
Gabriele
You can add that code to theme’s functions.php file. Let me know if it works or not.
Thanks.
Thread Starter
gmelli
(@gmelli)
No, I’m sorry. It doesn’t work. I’ve tried to add the code at the beginning of the theme’s function.php.
I’m using Wp Review Pro 3.1.2, not the free version.
thanks
Gabriele
Hello,
For that, please open a support ticket here so we can assist you better:
https://community.mythemeshop.com/forum/12-plugin-support/?do=add
You can log in with your MyThemeShop account.
Looking forward to helping you. Thank you.