From cfb9233dac6113a6a4e50d881492a20044ba86d7 Mon Sep 17 00:00:00 2001 From: abuyoyo Date: Sat, 28 Dec 2019 02:15:24 +0200 Subject: [PATCH] misc - notes --- notice-manager.php | 6 ++++++ 1 file changed, 6 insertions(+) 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 ) ) {