learndash_report_get_activity_by_user_id()
Function: Gets the list of activities by user ID for the report.
learndash_report_get_activity_by_user_id Read More »
@package: LearnDash / Reports
Source Files: includes/ld-reports.php
Function: Gets the list of activities by user ID for the report.
learndash_report_get_activity_by_user_id Read More »
Filter Hook: Filters query arguments for getting user activity.
learndash_get_activity_query_args Read More »
Filter Hook: Filters user activity query fields.
learndash_user_activity_query_fields Read More »
Filter Hook: Filters tables and joins to be used for user activity query. The `from` part of the query with valid SQL syntax.
learndash_user_activity_query_tables Read More »
Function: Queries the user activity for the report.
learndash_reports_get_activity Read More »
Filter Hook: Filters the joins for the user activity query.
learndash_user_activity_query_joins Read More »
Function: Gets the user’s course progress for the report.
learndash_report_course_users_progress Read More »
Filter Hook: Filters the where condition of the user activity query.
learndash_user_activity_query_where Read More »
Function: Clears user activity by user id and activity type for the report.
learndash_report_clear_user_activity_by_types Read More »
Filter Hook: Filters the order by part of the user activity query.
learndash_user_activity_query_order Read More »
Function: Clears post activity by post id and activity type for the report.
learndash_report_clear_post_activity_by_types Read More »
Filter Hook: Filters the limit part of the user activity query.
learndash_user_activity_query_limit Read More »
Function: Deletes the activity rows by activity ID for the report.
learndash_report_clear_by_activity_ids Read More »
Filter Hook: Filters the user activity SQL query string.
learndash_user_activity_query_str Read More »
Function: Removes the mismatched user activities.
learndash_activity_clear_mismatched_users Read More »
Function: Removes the mismatched post activities.
learndash_activity_clear_mismatched_posts Read More »
Filter Hook: Filters students enrolled count query arguments.
learndash_students_enrolled_count_qrgs Read More »
Function: Gets the count of users in the system.
learndash_students_enrolled_count Read More »
Function: Returns the list of user IDs managed by the group leader.
learndash_get_group_leader_groups_users Read More »
Function: Gets the list or count of group courses for a group leader.
learndash_get_group_leader_groups_courses Read More »