Articles on: Developers

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:

add_filter('flying_press_footprint', '__return_empty_string');

Updated on: 04/03/2024

Was this article helpful?

Share your feedback

Cancel

Thank you!