🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-06 22:32:09 | PHP 8.2.32
📂
/ (Root)
/
home
/
eliteewa
/
public_html
/
wp-content
/
plugins
/
blocksy-companion
/
framework
/
helpers
📍 /home/eliteewa/public_html/wp-content/plugins/blocksy-companion/framework/helpers
🔄 Refresh
✏️
Editing: woo.php
Writable
<?php if (! defined('ABSPATH')) { exit; } /** * Get product IDs that are on sale. * * Uses WooCommerce's wc_get_product_ids_on_sale() but allows filtering * for compatibility with dynamic pricing plugins like Advanced Dynamic Pricing. */ function blocksy_companion_get_product_ids_on_sale() { return apply_filters( 'blocksy:helpers:woo:on-sale-product-ids', wc_get_product_ids_on_sale() ); }
💾 Save Changes
❌ Cancel