apply_filters( 'llms_login_form_layout', string $layout )

Customize the layout of the login form.


Parameters Parameters

$layout

(string) Form layout. Accepts "columns" (default) for a side-by-side layout for form fields or "stacked" so fields sit on top of each other. Default is 'columns'.


Top ↑

Source Source

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

View on GitHub



Top ↑

User Contributed Notes User Contributed Notes

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