Can you please let us know which SuperPWA comments you want to remove from the source code? If possible please elaborate a bit more, So that we will help you to resolve your issue.
Thread Starter
Ruslan
(@devprollc)
<!-- Manifest added by SuperPWA - Progressive Web Apps Plugin For WordPress -->
<!-- / SuperPWA.com -->
Can you please share the URL of the site once? So that we will go through it once and get back to you shortly.
Thread Starter
Ruslan
(@devprollc)
Problem solved!
add_action('wp_head',function() { ob_start(function($o) {
return preg_replace('/\n?<!--.*?superpwa.*?>/mi','',$o);
}); },~PHP_INT_MAX);
Glad to hear the issue has been resolved. If you have any other queries or issues in Further, please reach us and create a new topic.