You appear to be a bot. Output may be restricted
Description
Determine the field type
Usage
OIK_fields_groups::field_type();
Parameters
Returns
voidTO DO
How do we know if it's a property?Source
File name: oik-fields/includes/class-oik-fields-groups.phpLines:
1 to 3 of 3
public function field_type() { $this->field_type = bw_query_field_type( $this->field ); }View on GitHub