Calling get_plugins() function too early
Opened this issue · 1 comments
Stiofan commented
You are calling the get_plugins() function immediately on your plugin load, it is recommended to call this on the 'after_setup_theme' hook or later.
The issue is that the function caches the result of the function call on its first call, hence any plugin or theme using its filters will be unsuccessful as the data is already cached by your early call, rendering the filters useless.
Please fix this issue.
alfonso100 commented
The customer opened a support ticket asking about the issue status:
https://secure.helpscout.net/conversation/1749247475/317763?folderId=2683093