Temanizin functions.php dosyasina bunlari ekleyin:
/** * Disable theme update notification */function disable_theme_update_notification( $value ) { return null;}add_filter( 'site_transient_update_themes', 'disable_theme_update_notification' );