zakupy1 Posted February 10, 2019 Report Share Posted February 10, 2019 (edited) Hello, I write a review for my blog but i cant change text "Editor's Rating" to eg. "Końcowa ocena". https://automation4sales.com/pipedrive-system-crm-msp/ Please help, i dont see anything about it in documentation. Edited February 10, 2019 by zakupy1 Link to comment Share on other sites More sharing options...
Support Pratik.d Posted February 11, 2019 Support Report Share Posted February 11, 2019 Hello, Thank you for contacting MyThemeShop today. You can change Editor's Rating text by adding below filter code in your theme's functions.php file: add_filter( 'rank_math/review/text', function( $text ) { return 'New Editor Text'; // Change this text. }); Hope that helps. Please let us know if there is anything else. Thank you. 🏁Rank #1 on Google With our WordPress SEO Plugin. ⚡Score a 💯on PageSpeed and Dominate Search Rankings. ✏ Editing theme files? Please create a child theme to make your changes update-proof. Link to comment Share on other sites More sharing options...
Recommended Posts