apply_filters( 'llms_certificate_can_user_manage', boolean $result, int $user_id, LLMS_User_Certificate $certificate )

Filter whether or not a user can manage a given certificate.


Parameters Parameters

$result

(boolean) Whether or not the user can manage certificate.

$user_id

(int) WP_User ID of the user viewing the certificate.

$certificate

(LLMS_User_Certificate) Certificate class instance.


Top ↑

Source Source

File: includes/models/model.llms.user.certificate.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
4.5.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.