Skip to content

Instantly share code, notes, and snippets.

@SiR-DanieL
Created September 19, 2014 07:00
Show Gist options
  • Save SiR-DanieL/2537e52cb10feeebd639 to your computer and use it in GitHub Desktop.
Save SiR-DanieL/2537e52cb10feeebd639 to your computer and use it in GitHub Desktop.
add_action( 'woocommerce_product_thumbnails'. 'your_custom_function' );
function your_custom_function() {
?>
<img src="http://domain.com/image.jpg" title="Your title" alt="Your alt" />
<?php
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment