LearnDash_Settings_Metabox::validate_fields_with_validator( array $fields )
Validate all fields with the validator, if we have one.
Description #
Parameters #
- $fields
-
(<span class="array">array) (Required) Array of fields to validate. [field_id => field_value].
Return #
(array<string,mixed>) Array of fields with validated values. [field_id => field_value].
Source #
File: sfwd-lms/includes/settings/class-ld-settings-metaboxes.php
Changelog #
| Version | Description |
|---|---|
| 4.8.0 | Introduced. |