Any update on this. We have the same problem in version 5.3.2
That’s it! Thank you very much
When I disable (added false) the code progressive-wordpress.php. All works fine. But that should not be the method to fix 🙂
// https://ww.wp.xz.cn/plugins/onesignal-free-web-push-notifications/
if ( false && pwp_plugin_active( ‘onesignal-free-web-push-notifications/onesignal.php’ ) ) {
require_once ‘3rdparty-support/class-onesignal.php’;
pwp_get_instance()->OneSignal = new nicomartin\ProgressiveWordPress\ThirdParty\OneSignal();
pwp_get_instance()->OneSignal->run();
}