Learndash_Admin_Users_Listing
Class LearnDash Users Listing.
Description Description
Source Source
File: includes/admin/classes-posts-listings/class-learndash-admin-users-listing.php
Changelog Changelog
Version | Description |
---|---|
3.2.3 | Introduced. |
Methods Methods
- __construct — Public constructor for class
- listing_filter_by_user_course — Filter the main query listing by the course_id
- listing_filter_by_user_group — Filter the main query listing by the group_id
- listing_init — Called via the WordPress init action hook.
- manage_user_column_rows — Output custom user column row data
- on_load_listing — Call via the WordPress load sequence for admin pages.
- restrict_manage_users_selectors — Adds the user course filter in admin.
- selector_filter_for_user_course — Course Selector Filter.
- selector_filter_for_user_group — Group Selector Filter.
- show_column_user_groups_courses — Show the User Courses column.
- users_list_table_query_args — This function fill filter the table listing items based on filters selected.