Forum Replies Created

Viewing 106 replies (of 106 total)
  • Thread Starter andrewf12

    (@andrewf12)

    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?

Viewing 106 replies (of 106 total)