apply_filters( 'llms_hide_registration_form', boolean $hide_form )
Filters whether or not the registration form should be displayed
Description Description
By default, the registration form is hidden from logged-in users and displayed to logged out users.
Parameters Parameters
- $hide_form
-
(boolean) Whether or not to hide the form. If
true
, the form is hidden, otherwise it is displayed.
Source Source
Changelog Changelog
Version | Description |
---|---|
4.16.0 | Introduced. |