[ad_1]
Replies: 1
This plugin use in the wrong way a filter (it isn’t an hook)
add_action('dashboard_glance_items', [$this, 'actDashboardGlanceItems']);
At this function
as this filter expect that you return the value passed, so this crashes all the plugins that instead need that value that is not returned.
