Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author SuperPWA

    (@superpwa)

    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 -->
    Plugin Author SuperPWA

    (@superpwa)

    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);
    Plugin Author SuperPWA

    (@superpwa)

    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.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘How to remove SuperPWA html comments from code?’ is closed to new replies.