Feature image at order detail page in backend
-
This code will add Feature image for Post type” shop_order, its showing fine but image uploading is not working. Tried with disable all plugins except Woocommerce but image not uploading and there is no JS error in console.
add_action('init', 'wptips_custom_init'); function wptips_custom_init() { add_post_type_support( 'shop_order', array( 'thumbnail' ) ); }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Feature image at order detail page in backend’ is closed to new replies.