LLMS_Reviews::current_user_can_write_review()
Method: Check to see if we are allowed to write more than one review.
Source: includes/class.llms.review.php:241
Method: Check to see if we are allowed to write more than one review.
Source: includes/class.llms.review.php:241
Method: This function adds the review to the database. It is called by the AJAX handler when the submit review button is pressed. This function gathers the data from $_POST and then adds the review with the appropriate content.
Source: includes/class.llms.review.php:206