WooCommerce Category Meta Box
-
Previously i was using
add_action( 'admin_init', 'YOUR_PREFIX_register_taxonomy_meta_boxes' );
to add meta boxes to the WooCommerce Category Page, but with the update it looks like the image upload doesn’t work anymore:
array( 'name' => 'File Assets', 'id' => 'file_assets', 'type' => 'file', ),
So i’m trying to see if anyone has any direction on how to use the updated code to add it to product category.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘WooCommerce Category Meta Box’ is closed to new replies.