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
Created May 9, 2025 15:11
Debugging & get price by size with Plugin Republic Plugin
<!-- Add on your function theme or code snipets plugin -->
// 1. SHORTCODE FORM FILTER
function pewc_size_filter_shortcode() {
if (!is_shop() && !is_product_category()) return '';
ob_start();
$width = isset($_GET['width']) ? intval($_GET['width']) : '';
$height = isset($_GET['height']) ? intval($_GET['height']) : '';
?>
<div class="pewc-size-filter-form">