diff --git a/notice-manager.php b/notice-manager.php index f2e0c05..cb1bd90 100644 --- a/notice-manager.php +++ b/notice-manager.php @@ -59,6 +59,12 @@ class NoticeManager{ echo '
' ; } + /** + * A plugin 'notice-manager' exists now on @link https://wordpress.org/plugins/ + * Disable update notifications completely for our plugin. + * + * @todo - use update_checker to only upload our plugin from github + */ function remove_update_notifications($value) { if ( isset( $value ) && is_object( $value ) ) {