Closed jsonpreet closed 3 years ago
Hi, i tried to add image picker field for custom taxonomy but it won't show, if i use it for category its working
$flag = new FieldsBuilder('country_flag'); $flag->setLocation('taxonomy', '==', 'countries'); $flag->addImage('image'); add_action('acf/init', function() use ($flag) { acf_add_local_field_group($flag->build()); });
Sorry my bad its working.
Hi, i tried to add image picker field for custom taxonomy but it won't show, if i use it for category its working