Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
LLMS_Forms_Dynamic_Fields::get_toggle_button_html( string $fields, string $field_label )
Retrieve the HTML for a field toggle button link
Description Description
Parameters Parameters
- $fields
-
(Required) A comma-separated list of selectors for the controlled fields.
- $field_label
-
(Required) Label for the original field.
Return Return
(string)
Source Source
File: includes/forms/class-llms-forms-dynamic-fields.php
Changelog Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |