You appear to be a bot. Output may be restricted
Description
Implement "oik_query_field_types" for oik-rating
Usage
oikr8_query_field_types( $field_types );
Parameters
- $field_types
- ( mixed ) required –
Returns
void
Source
File name: oik-rating/oik-rating.php
Lines:
1 to 4 of 4
function oikr8_query_field_types( $field_types ) { $field_types['rating'] = __( "rating - 5 star rating field", 'oik-rating' ); return( $field_types ); }