LearnDash_Settings_Fields::value_section_field( mixed $val = '', string $key = '', array $args = array(), $post_args = array() )
Get Settings Field Value.
Description Description
Parameters Parameters
- $val
-
(Optional) Value to validate.
Default value: ''
- $key
-
(Optional) Key of value being validated.
Default value: ''
- $args
-
(Optional) Array of field args.
Default value: array()
Return Return
(mixed) $val validated value.
Source Source
File: includes/settings/class-ld-settings-fields.php
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |