• Resolved vidalpt

    (@vidalpt)


    hi,

    I use myCred point plugin for my website.
    I’d like to add particular point to people that make reviews.

    Would it be possible to use myCred point plugin for Site-reviews?
    I think it would be good motivation for reviewers.

    Thank you.

Viewing 1 replies (of 1 total)
  • Plugin Author Gemini Labs

    (@geminilabs)

    Please see the, “Do something immediately after a review has been submitted” section on the Site Reviews > Documentation > Hooks page.

    For example:

    add_action('site-reviews/review/created', function ($review) {
        // This is the User ID of the person who submitted a review.
        // If the person who submitted the review was not logged-in, then the value will be 0.
        //
        // $userId = $review->user_id
    });

    Now that you know how to access the author of a review immediately after it has been created, you will need to contact the myCred support team for help with the rest.

Viewing 1 replies (of 1 total)
  • The topic ‘myCred point’ is closed to new replies.