I'm building a WordPress plugin and have implemented a custom update functionality using GitHub releases and transients. I’ve successfully deployed the plugin on GitHub and followed the steps mentioned in this guide. The update logic is working as expected, but there’s one thing I’m trying to understand better. What action or filter is responsible for displaying the "Enable Auto-Updates" link on the Installed Plugins page? When there's an update available for my plugin, I see the "Enable Auto-Updates" link. However, once the plugin is up-to-date, the link disappears. I’ve done some research but haven’t been able to pinpoint the exact hook that triggers the appearance of this link. Is it related to a specific attribute, and does it only show up when there’s an update notification in the transient response? Any advice or guidance on this would be greatly appreciated! Thanks!