Skip to content

Instantly share code, notes, and snippets.

View DamirPecnik's full-sized avatar
🎯
Focusing

Damir DamirPecnik

🎯
Focusing
View GitHub Profile
@DamirPecnik
DamirPecnik / wp-woocommerce-edit-product-loop-thumbnail-template.php
Created November 9, 2021 17:37 — forked from mtx-z/wp-woocommerce-edit-product-loop-thumbnail-template.php
Woocommerce (3.8.1) edit product loop thumbnail template (allows to had/edit HTML outputted by Woocommerce to generate the product loop thumbnail image area, as there is no dedicated template file to override) - Wordpress 5.5.1 / Woocommerce 3.8.1
<?php
/**
* Edit default Woocommerce product loop thumbnail template
* As there is no dedicated Woocommerce template (eg wp-content/plugins/woocommerce/templates/loop/price.php)
* because it's generated using filter, we must remove Woocommerce hook, and add our own "at the same place"
* to edit the product loop thumbnail template
* tested up to (12/10/2020) :
* Wordpress 5.7
* Woocommerce 3.8.1
* PHP 7.3.7