You appear to be a bot. Output may be restricted
Description
Report the values
Usage
OIK_fields_groups::report_fields();
Parameters
Returns
voidSource
File name: oik-fields/includes/class-oik-fields-groups.phpLines:
1 to 8 of 8
function report_fields() { $this->start_report(); //print_r( $this->fields ); foreach ( $this->fields as $key => $field ) { $this->report_field( $key, $field ); } $this->end_report(); }View on GitHub