Description
Usage
OIK_fields_groups::process( $atts );Parameters
- $atts
- ( mixed ) required –
Returns
voidSource
File name: oik-fields/includes/class-oik-fields-groups.phpLines:
1 to 10 of 10
public function process( $atts ) { $this->atts = $atts; $this->field(); $this->field_type(); $this->get_posts(); $this->initialise_set(); $this->count_posts(); $this->sort_fields(); $this->report_fields(); }View on GitHub
Invoked by
Calls
1 to 7 of 7
- OIK_fields_groups::count_posts() – Count the posts
- OIK_fields_groups::field() – Determine the field name
- OIK_fields_groups::field_type() – Determine the field type
- OIK_fields_groups::get_posts() –
- OIK_fields_groups::initialise_set() –
- OIK_fields_groups::report_fields() – Report the values
- OIK_fields_groups::sort_fields() – By default sort by count DESCENDING
