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