apply_filters( 'llms_hide_login_form', boolean $hide_form )
Filters whether or not the login 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 |
---|---|
5.0.0 | Moved from template global/form-login.php /. |
4.16.0 | Introduced. |