learndash_add_login_field_top( string $content = '' )
Adds a hidden form field to the login form.
Description #
Fires on login_form_top hook.
Parameters #
- $content
-
(string) (Optional) Login form content.
Default value: ''
Return #
(string) Login form hidden field content.
Source #
File: sfwd-lms/themes/ld30/includes/login-register-functions.php
Changelog #
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |