Disable FlyingPress footprint
FlyingPress adds the following footprint (HTML comment) to the bottom of cached pages:
<!-- Powered by FlyingPress for lightning-fast performance. Learn more: https://flyingpress.com. Cached at 1709117717 -->
You can disable it if you wish using:
<!-- Powered by FlyingPress for lightning-fast performance. Learn more: https://flyingpress.com. Cached at 1709117717 -->
You can disable it if you wish using:
add_filter('flying_press_footprint', '__return_empty_string');
Updated on: 04/03/2024
Thank you!