apply_filters( 'bp_xprofile_field_type_is_valid', bool $validated, string|array $values, BP_XProfile_Field_Type $this )

Filters whether or not field type is a valid format.


Description Description


Parameters Parameters

$validated

Whether or not the field type is valid.

$values

Value to check against the registered formats.

$this

Current instance of the BP_XProfile_Field_Type class.


Top ↑

Source Source

File: bp-xprofile/classes/class-bp-xprofile-field-type.php


Top ↑

Changelog Changelog

Changelog
Version Description
2.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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