It looks like these lines referenced in the above-mentioned links are no longer in the new WP Customer Reviews plugin:
if ($this->options[‘goto_show_button’] == 1) {
and:
“return $out . $out2 . $out3 . $out4;”
These were the following codes that were valid in the older version of this plugin:
if ( is_user_logged_in() ) {
and:
} else {
$out .= ‘Please login to post a review…’;
};
Would someone be able to post what the new code setup would be?