Changes between Initial Version and Version 1 of Ticket #61525, comment 1
- Timestamp:
- 06/29/2024 09:01:19 AM (19 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #61525, comment 1
initial v1 3 3 So yes, if the admin visits the plugins page multiple times, it will trigger the same API for missing required plugins not listed in WordPress.org. 4 4 5 Solution - When the first time this plugin API triggers, it should keep a log of required plugins not in wordpress.org and ignore those plugins to trigger check API. 5 6 6 7 Code -