From 13ce7a4a76451141e685aeff8e22ccb2240d4985 Mon Sep 17 00:00:00 2001 From: Marco Hitschler Date: Tue, 14 Oct 2025 20:23:17 +0200 Subject: [PATCH] Exclude Auto Update --- unmus_update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unmus_update.php b/unmus_update.php index c2d819a..67ad723 100644 --- a/unmus_update.php +++ b/unmus_update.php @@ -65,7 +65,7 @@ function unmus_exclude_from_auto_update( $update, $item ) { return $update; } -add_filter( 'auto_update_plugin', 'exclude_from_auto_update', 10, 2 ); +add_filter( 'auto_update_plugin', 'unmus_exclude_from_auto_update', 10, 2 ); /** * Disable eMail Notification after Update