Contents
Description
The wsf_field_get_objects_by_class PHP function returns an array of field objects that have a particular class.
This function searches the following meta keys:
class_field
class_field_wrapper
Usage
wsf_field_get_objects_by_class( $form_object, $class_name );
Parameters
$form_object
Form ObjectThe form object.$class_name
StringThe class name to find field objects for.