We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6f9881 commit 13ce7a4Copy full SHA for 13ce7a4
unmus_update.php
@@ -65,7 +65,7 @@ function unmus_exclude_from_auto_update( $update, $item ) {
65
66
return $update;
67
}
68
-add_filter( 'auto_update_plugin', 'exclude_from_auto_update', 10, 2 );
+add_filter( 'auto_update_plugin', 'unmus_exclude_from_auto_update', 10, 2 );
69
70
/**
71
* Disable eMail Notification after Update
0 commit comments