Validate::validate_is_checked()

Method: Author – Jay Iyer (06/26/2019) Validate ‘is_checked’ field.

ap_pre_sanitize_description

Filter Hook: Filter called before applying sanitization to a description fields.

ap_allowed_shortcodes

Filter Hook: Filter for overriding allowed shortcodes.

Validate::whitelist_shortcodes()

Method: Whitelist shortcodes in content.

Validate::validate_badwords()

Method: Validate if there are minimum items in an array.

Validate::validate_is_url()

Method: Validate `is_url` field.

Validate::validate_is_numeric()

Method: Validate `is_url` field.

Validate::validate_min_string_length()

Method: Validate if length of a string is at least as defined.

Validate::validate_max_string_length()

Method: Validate if length of a string is at least as defined.

Validate::validate_is_array()

Method: Validate if field is array.