Browse: Home / Hooks /

learndash_user_statistics

apply_filters( 'learndash_user_statistics',  array{ ,  int $user_id )

Filters LearnDash user stats. Used to modify user details like courses, points, certificates.


Description #


Parameters #

(array{) courses: int, completed: int, points: int, certificates: int } $stats User statistics.

$user_id

(int) User ID.


Source #

File: themes/ld30/includes/helpers.php


Changelog #

Changelog
Version Description
4.5.0 Introduced.