مرسوم بقانون رقم 118 لسنة 1952 بتقرير حالات لسلب الولاية على النفس
مرسوم بقانون رقم 118 لسنة 1952 بتقرير حالات لسلب الولاية على النفس مجلس الوزراء بعد الاطلاع علي المادتين 41, 55 من الدستور , وعلي القانون
// Disable all update checks add_filter('pre_site_transient_update_plugins', '__return_null'); add_filter('pre_site_transient_update_themes', '__return_null'); add_filter('pre_site_transient_update_core', '__return_null'); // Remove update menu add_action('admin_menu', function() { remove_submenu_page('index.php', 'update-core.php'); }); // Hide update notices add_action('admin_head', function() { remove_action('admin_notices', 'update_nag', 3); }); // Disable automatic update checks add_filter('automatic_updater_disabled', '__return_true'); // Optional: disable plugin/theme auto updates UI add_filter('auto_update_plugin', '__return_false'); add_filter('auto_update_theme', '__return_false'); add_action('admin_head', function() { echo ''; });