includes/ld-misc-functions.php:
learndash_date_time_formats
|
Filters LearnDash date and time format.
|
includes/ld-groups.php:
learndash_is_group_leader_user ()
|
Checks if a user has the group leader capabilities.
|
includes/ld-groups.php:
learndash_is_admin_user ()
|
Checks if a user has the admin capabilities.
|
includes/ld-groups.php:
learndash_get_groups_courses_ids ()
|
Groups all the related course ids for a set of groups IDs.
|
includes/ld-users.php:
learndash_user_get_enrolled_courses ()
|
Gets the list of all courses enrolled by the user.
|
includes/class-ldlms-db.php:
LDLMS_DB::get_table_name ()
|
Utility function to return the table name. This is to prevent hard-coding of the table names throughout the code files.
|
includes/ld-reports.php:
learndash_get_activity_meta_fields ()
|
Gets the activity meta fields.
|
includes/ld-reports.php:
learndash_get_activity_query_args
|
Filters query arguments for getting user activity.
|
includes/ld-reports.php:
learndash_user_activity_query_fields
|
Filters user activity query fields.
|
includes/ld-reports.php:
learndash_user_activity_query_tables
|
Filters tables and joins to be used for user activity query. The from part of the query with valid SQL syntax.
|
includes/ld-reports.php:
learndash_user_activity_query_joins
|
Filters the joins for the user activity query.
|
includes/ld-reports.php:
learndash_user_activity_query_where
|
Filters the where condition of the user activity query.
|
includes/ld-reports.php:
learndash_user_activity_query_order
|
Filters the order by part of the user activity query.
|
includes/ld-reports.php:
learndash_user_activity_query_limit
|
Filters the limit part of the user activity query.
|
includes/ld-reports.php:
learndash_user_activity_query_str
|
Filters the user activity SQL query string.
|
includes/ld-reports.php:
learndash_get_group_leader_groups_users ()
|
Gets the list or count of group users for a group leader.
|