/** * Debug Script - Clear All Caches * * Run this to clear all discount rule caches * * Usage: Visit wp-admin/admin.php?page=gfgd-clear-cache */ add_action('admin_menu', function() { add_submenu_page( null, // Hidden from menu 'Clear GFGD Cache', 'Clear Cache', 'manage_options', 'gfgd-clear-cache', 'gfgd_clear_all_caches' ); }); function gfgd_clear_all_caches() { if (!current_user_can('manage_options')) { wp_die('Unauthorized'); } // Clear all caches delete_transient('gfgd_active_rules_cache'); wp_cache_flush(); // Clear object cache group wp_cache_flush_group('gfgd_products'); // Force regenerate $rules = get_option('gf_global_discounts_rules', []); echo '
'; echo '

✅ Cache Cleared!

'; echo '

Transient cache: Deleted

'; echo '

Object cache: Flushed

'; echo '

Current rules in database: ' . count($rules) . '

'; echo '
'; echo '

Rules in Database:

'; echo '
';
    print_r($rules);
    echo '
'; echo '

← Back to Global Discounts

'; echo '
'; } Pagina 404 - Little Rose
🛍️ Cumperi 1 primesti 50% la urmatoarea
Livrare gratuită pentru comenzi de minim 500 lei!

Caută un produs (0)

Back to Top
Produsul a fost adăugat în coș
Compară (0)