Skip to content

Instantly share code, notes, and snippets.

View yokirahmada's full-sized avatar

yokirahmada

View GitHub Profile
@yokirahmada
yokirahmada / product_size_filter_shortcode.php
Last active October 5, 2025 21:29
Debugging & get price by size with Plugin Republic Plugin
// 1. SHORTCODE FORM FILTER
function pewc_size_filter_shortcode() {
if ( is_product_category( 'curtains' ) ) {
return '';
}
if ( is_product_category( 'sheers' ) ) {
return '';
}
if ( is_product_category( 'track-accessories' ) ) {