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