GuardedPay Removal Tool

/** * ============================================================ * GUARDEDPAY PRO — Phase 1 Removal (PERMANENT) * ============================================================ * * PURPOSE: Hides “I Already Have A Coverage Code” radio option * from GuardedPay widget on checkout. * Overrides red border on GuardedPay payment widget. *…Continue reading

work in progress

Toon Racers 3D Loading Engine… Toon Racers Race against the bots! Stay on the track to maintain top speed. ↑ Accelerate ↓ Brake/Reverse ← → Steer Start Race 0 MPH Off Track! Slowing down… ← → ↓ ↑Continue reading

Image Optimizer

/** * Bulk Image & PDF Optimizer + Bestandsgrootte sortering * Voeg toe aan functions.php of gebruik via Code Snippets plugin * * Menu-items onder Media: * Media → Bulk Optimizer (verwerking + status) * Media → Formaat instellingen (breedtes…Continue reading

Untitled Snippet

PIPAS — Biennale de Photographie Genève PIPAS À propos Pratique 24 22 PIPAS Biennale de Photographie des écoles · Genève · Par et pour les élèves Prochaine édition — 27 mai au 14 juin 2026 · Ecoquartier Jonction · Plaine…Continue reading

Broken variations checker

add_action(‘init’, function () { if (!is_user_logged_in() || !current_user_can(‘manage_woocommerce’)) { return; } if (!isset($_GET[‘broken_variable_products’])) { return; } if (headers_sent()) { return; } $product_ids = get_posts([ ‘post_type’ => ‘product’, ‘posts_per_page’ => -1, ‘fields’ => ‘ids’, ‘tax_query’ => [ [ ‘taxonomy’ => ‘product_type’,…Continue reading

PPMX Security Essentials 2026

// Sitemap deaktivieren add_filter(‘wp_sitemaps_enabled’, ‘__return_false’); // Globale Auto-Updates deaktivieren if (!defined(‘AUTOMATIC_UPDATER_DISABLED’)) { define(‘AUTOMATIC_UPDATER_DISABLED’, true); } // XML-RPC deaktivieren add_filter(‘xmlrpc_enabled’, ‘__return_false’); // Generator Meta-Tag entfernen add_filter(‘the_generator’, ‘__return_empty_string’); // Core / Plugin / Theme Updates deaktivieren add_filter(‘auto_update_core’, ‘__return_false’); add_filter(‘auto_update_plugin’, ‘__return_false’); add_filter(‘auto_update_theme’, ‘__return_false’);…Continue reading