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'.