From 4e0d4ade4659ca3ccaf0023cae7d3aec11113259 Mon Sep 17 00:00:00 2001 From: Yahnis Elsts Date: Mon, 13 Apr 2020 15:29:05 +0300 Subject: [PATCH] Minor documentation edits --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df0301f..c60f254 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ From the users' perspective, it works just like with plugins and themes hosted o Getting Started --------------- -In each of the above examples, part of the instructions are to load the plugin updater class. It is recommended to do this during the `plugins_loaded` WordPress action. If you do it only during an `admin_*` action, then available updates will not be visible to a wide variety of WordPress maanagement components; they would then only be visible to a logged-in user on the dashboard using the dashboard pages. +*Note:* In each of the below examples, part of the instructions are to create an instance of the update checker class. It's recommended to do this either during the `plugins_loaded` action or outside of any hooks. If you do it only during an `admin_*` action, then updates will not be visible to a wide variety of WordPress maanagement tools; they will only be visible to logged-in users on dashboard pages. ### Self-hosted Plugins and Themes