Skip to content

Instantly share code, notes, and snippets.

@digitalchild
Created August 2, 2016 09:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save digitalchild/f978ffc1bea57f9a63fa19463515cbcf to your computer and use it in GitHub Desktop.
Save digitalchild/f978ffc1bea57f9a63fa19463515cbcf to your computer and use it in GitHub Desktop.
Ratings controller fix
<?php
replace line 210 with this:
echo sprintf( apply_filters( 'wcv_feedback_page_error_msg', __( '<p>This page should not be accessed directly. Please return to the <a href="%s">my account page</a> and select an order to leave feedback. </p>', 'wcvendors-pro' ) ), get_permalink( woocommerce_get_page_id( 'myaccount' ) ) );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment