PHP error in location column for attachment field groups
-
I have a field group with the following location rule created via PHP:
'location' => array( array( array( 'param' => 'attachment', 'operator' => '==', 'value' => 'image', ), ), ),The locations column in the field group list shows the following error for that field group:
Notice: Array to string conversion in /.../wp-content/plugins/acf-extended/includes/field-groups/field-groups.php on line 207
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘PHP error in location column for attachment field groups’ is closed to new replies.