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.


Top ↑

Parameters Parameters

$hide_form

(boolean) Whether or not to hide the form. If true, the form is hidden, otherwise it is displayed.


Top ↑

Source Source

File: includes/functions/llms-functions-forms.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
5.0.0 Moved from template global/form-login.php/.
4.16.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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