Home Forums WC Vendors Pro Support Change "Featured Image" title in "add product" page Reply To: Change "Featured Image" title in "add product" page

#59893
Anna
Member

Hello,
There actually is not a filter int hat area of our code.
So, you can instead add a message before or after the media uploader area.
To use after, see this Gist. this would go in your theme/child theme functions.php file:
https://gist.github.com/fervous/571e43e0f0b92d3cfbb71c935ddc6c3d

If you want to use the before hook instead of after, change the code so that you use wcv_after_media instead.