LLMS_Reviews::output()
Method: This function handles the HTML output of the reviews and review form.
Source: includes/class.llms.review.php:47
Method: This function handles the HTML output of the reviews and review form.
Source: includes/class.llms.review.php:47
Filter Hook: Check to see if we are supposed to output the code at all
Source: includes/class.llms.review.php:55
Filter Hook: Check to see if we are allowed to write more than one review.
Source: includes/class.llms.review.php:120
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:154
Class: LLMS_Reviews class
Source: includes/class.llms.review.php:22
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:33