Skip to content

Commit 13ce7a4

Browse files
committed
Exclude Auto Update
1 parent c6f9881 commit 13ce7a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unmus_update.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ function unmus_exclude_from_auto_update( $update, $item ) {
6565

6666
return $update;
6767
}
68-
add_filter( 'auto_update_plugin', 'exclude_from_auto_update', 10, 2 );
68+
add_filter( 'auto_update_plugin', 'unmus_exclude_from_auto_update', 10, 2 );
6969

7070
/**
7171
* Disable eMail Notification after Update

0 commit comments

Comments
 (0)