LearnDash_Settings_Fields::get_field_attribute_label_before( array $field_args = array() )
Create the HTML output from the field args ‘input_label_before’ attribute.
Description #
Parameters #
- $field_args
-
(array) (Optional) main field args array. should contain element for 'attrs'.
Default value: array()
Return #
(string) of HTML representation of the attrs array attributes.
Source #
File: sfwd-lms/includes/settings/class-ld-settings-fields.php
Changelog #
| Version | Description |
|---|---|
| 3.3.0 | Introduced. |