You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.
Hi @pippinsplugins,
I'd like to know why it checks for object arguments when this filter
pre_set_site_transient_update_plugins
returns array?http://hookr.io/filters/pre_set_site_transient_update_plugins/#usage
I found an issue where it swaps the existing passed array with an object that's why it always lookup for an update on every load of the /plugin.php page and disrespects the
last_time
expiration when checking in transient?https://github.com/easydigitaldownloads/EDD-License-handler/blob/master/EDD_SL_Plugin_Updater.php#L83
https://github.com/easydigitaldownloads/EDD-License-handler/blob/master/EDD_SL_Plugin_Updater.php#L138
The text was updated successfully, but these errors were encountered: