Skip to content

Instantly share code, notes, and snippets.

View ydarwin's full-sized avatar
🎯
Focusing

Darwin Naranjo ydarwin

🎯
Focusing
View GitHub Profile
@mattiasghodsian
mattiasghodsian / functions.php
Last active April 28, 2023 08:38
[YITH] Change product-brands slug name
/**
* Title: [YITH] Change product-brands slug name
* Author: Mattias Ghodsian
* Description: Change product-brands slug name
* Donate a cup of coffee: https://www.buymeacoffee.com/mattiasghodsian
* Donate Eth: 0xBBB96204E45D11C9799c6B12E6eE6F0d4A071Ef5
**/
function yith_brand_slug_rewrite() {
return 'varumarke';
}