- This topic has 13 replies, 6 voices, and was last updated 1 year, 3 months ago by .
-
Topic
-
Hi,
When I added an image to taxonomy and update, the image was not saving. There is a big issue need to fix this soon. otherwise, i have to go for another plugin.
This is my code.
$meta_boxes[] = array( 'title' => false, 'taxonomies' => 'main_services', 'fields' => array( // Photo array( 'name' => esc_html__( 'Service Thumbnail', 'codice' ), 'id' => "{$prefix}thumb", 'type' => 'image_advanced', 'max_file_uploads' => 1, 'max_status' => false, ), ) );
Thank you
- You must be logged in to reply to this topic.