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.


Description Description


Parameters Parameters

$result

Whether or not the user can manage certificate.

$user_id

WP_User ID of the user viewing the certificate.

$certificate

Certificate class instance.


Top ↑

Source Source

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


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.