Description
Determine the field nameWhat shall we use as a default? published_date, first custom field? Answer: use post_status since this is what wp_count_posts does What if the field doesn't exist?
Usage
OIK_fields_groups::field();Parameters
Returns
voidSource
File name: oik-fields/includes/class-oik-fields-groups.phpLines:
1 to 3 of 3
public function field() { $this->field = bw_array_get( $this->atts, "field", "post_status" ); }View on GitHub
Called by
1 to 4 of 4
Invoked by
Calls
1 to 1 of 1
