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.


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: templates/global/form-registration.php

View on GitHub


Top ↑

Changelog Changelog

Changelog
Version Description
4.16.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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