Checkboxes in meta_query
-
I have group of checkboxes ‘additional’ , with 8 inner checkboxes(they don`t have any identificator), how can i use each of them in meta_query ?
$meta[] = array( 'key' => 'wpcf-additional', 'value' => ??? );
The topic ‘Checkboxes in meta_query’ is closed to new replies.