I want to add a specific image on each payment instructions in woocommerce. I’ve tried to modify files without succes but the method below works.
My solution: in the instructions field in woocommerce payment tab, add the text below:
<!-- wp:paragraph -->
<img src="your image file url" />
<!-- /wp:paragraph -->