/** * SmartMag Child Theme Functions */ // تحميل ملفات التنسيقات function smartmag_child_enqueue_styles() { // استيراد تنسيقات القالب الرئيسي wp_enqueue_style('parent-style', get_template_directory_uri() . '/style.css'); // استيراد تنسيقات القالب الفرعي wp_enqueue_style('child-style', get_stylesheet_directory_uri() . '/style.css', ['parent-style']); } add_action('wp_enqueue_scripts', 'smartmag_child_enqueue_styles'); // وظيفة لمسح كاش Cloudflare function clear_cloudflare_cache() { $cloudflare_api_url = 'https://api.cloudflare.com/client/v4/zones/afa39c2fa051d84b515d1d421ca1be08/purge_cache'; $api_token = 'cvsUpXPHZI1APjWblkZWxt32vYKJOwbp3Aae74PU'; // رمز API الخاص بك $response = wp_remote_post($cloudflare_api_url, [ 'headers' => [ 'Authorization' => 'Bearer ' . $api_token, 'Content-Type' => 'application/json', ], 'body' => json_encode(['purge_everything' => true]), ]); if (is_wp_error($response)) { error_log('Failed to clear Cloudflare cache: ' . $response->get_error_message()); } else { error_log('Cloudflare cache cleared successfully.'); } } // استدعاء وظيفة مسح الكاش عند نشر أو تعديل مقال function clear_cache_on_post_save($post_id) { if (defined('DOING_AUTOSAVE') && DOING_AUTOSAVE) { return; } if (wp_is_post_revision($post_id)) { return; } // مسح الكاش محليًا header("Cache-Control: no-cache, must-revalidate, max-age=0"); header("Pragma: no-cache"); // مسح كاش Cloudflare clear_cloudflare_cache(); } add_action('save_post', 'clear_cache_on_post_save'); أسعار صرف العملات مقابل الدرهم – 4 يوليوز 2024 –