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:140
Class: This class handles the front end of the reviews. It is responsible for outputting the HTML on the course page (if reviews are activated)
Source: includes/class.llms.review.php:10
Method: This is the constructor for this class. It takes care of attaching the functions in this file to the appropriate actions. These actions are: 1) output after course info 2) output after membership info 3 & 4) Add function call to the proper AJAX call
Source: includes/class.llms.review.php:21
Method: This function handles the HTML output of the reviews and review form.
Source: includes/class.llms.review.php:34
Filter Hook: Check to see if we are supposed to output the code at all
Source: includes/class.llms.review.php:42
Filter Hook: Check to see if we are allowed to write more than one review.
Source: includes/class.llms.review.php:106