Browse: Home / Hooks /

learndash_dashboard_widget_course_latest_enrollees_users_limit

apply_filters( 'learndash_dashboard_widget_course_latest_enrollees_users_limit',  int $users_limit )

Filters the limit of latest enrollees to display.


Description #


Parameters #

$users_limit

(int) The limit of latest enrollees to display.


Return #

(int)


Source #

File: src/Core/Mappers/Dashboards/Course/Widgets/Latest_Enrollees.php


Changelog #

Changelog
Version Description
4.9.0 Introduced.