|
includes/admin/reporting/tables/llms.table.students.php:
LLMS_Table_Students::output_table_filters_html()
|
Get HTML for the filters displayed in the head of the table
|
|
includes/class.llms.user.permissions.php:
LLMS_User_Permissions::instructor_has_student()
|
Determine if an instructor has a student.
|
|
includes/class.llms.user.permissions.php:
LLMS_User_Permissions::filter_rest_user_query()
|
Filter the WP_User_Query args to ensure that instructors can only see their students
|
|
includes/class.llms.user.permissions.php:
LLMS_User_Permissions::user_can_manage_user()
|
Determine if a user can manage another user.
|
|
libraries/lifterlms-rest/includes/server/class-llms-rest-instructors-controller.php:
LLMS_REST_Instructors_Controller::get_object()
|
Get object.
|
|
includes/admin/reporting/tables/llms.table.memberships.php:
LLMS_Table_Memberships::get_data()
|
Retrieve data for a cell.
|
|
includes/admin/reporting/tables/llms.table.memberships.php:
LLMS_Table_Memberships::get_results()
|
Execute a query to retrieve results from the table.
|
|
includes/models/model.llms.student.php:
LLMS_Student::instructor()
|
Retrieve an instance of the LLMS_Instructor model for the current user
|
|
includes/functions/llms.functions.person.php:
llms_current_user_can()
|
Checks LifterLMS user capabilities against an object
|
|
includes/admin/class.llms.admin.builder.php:
LLMS_Admin_Builder::get_existing_posts()
|
Retrieve a list of lessons the current user is allowed to clone/attach
|
|
includes/admin/reporting/tables/llms.table.students.php:
LLMS_Table_Students::get_results()
|
Execute a query to retrieve results from the table
|
|
includes/admin/reporting/tables/llms.table.courses.php:
LLMS_Table_Courses::get_data()
|
Retrieve data for a cell
|
|
includes/admin/reporting/tables/llms.table.courses.php:
LLMS_Table_Courses::get_results()
|
Execute a query to retrieve results from the table
|
|
includes/admin/reporting/tables/llms.table.quizzes.php:
LLMS_Table_Quizzes::get_results()
|
Execute a query to retrieve results from the table
|
|
includes/admin/post-types/post-tables/class.llms.admin.post.table.instructors.php:
LLMS_Admin_Post_Table_Instructors::manage_columns()
|
Manage content of custom columns
|
|
includes/class.llms.user.permissions.php:
LLMS_User_Permissions::edit_others_lms_content()
|
Handle capabilities checks for lms content to allow *editing* content based on course instructor
|
|
includes/class.llms.user.permissions.php:
LLMS_User_Permissions::handle_caps()
|
Custom capability checks for LifterLMS things
|