• Hi, I like this module but I have one small issue: When an alt_text is provided with the uploaded media (image) the alt_text is not being stored in WordPress.

    In class-woocommerce-media-api-controller.php on line 132 the unencoded file binary is added to the requestbody:

    $request->set_body($decoded);

    From here, $request[‘alt_text’] is not available anymore so it wont be stored.

  • The topic ‘Image alt_text is not being stored’ is closed to new replies.