LearnDash_Settings_Fields_Quiz_Custom_Fields::validate_section_field( mixed $val, string $key, array $args = array() )

Default validation function. Should be overriden in Field subclass.


Description Description


Parameters Parameters

$val

(Required) Value to validate.

$key

(Required) Key of value being validated.

$args

(Optional) Array of field args.

Default value: array()


Top ↑

Return Return

(mixed) $val validated value.


Top ↑

Source Source

File: includes/settings/settings-fields/class-ld-settings-fields-quiz-custom-fields.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.