LLMS_Admin_Review::maybe_show_notice()
Determine if the notice should be displayed and display it
Description Description
Return Return
(null|false|void) Returns null
when there are permission issues, false
when the notification is not set to be displayed, and has no return when the notice is successfully displayed.
Source Source
File: includes/admin/class-llms-admin-review.php
Changelog Changelog
Version | Description |
---|---|
4.14.0 | Only show to users with manage_lifterlms instead of only admins. |
3.24.0 | Introduced. |