Das Plugin WP Fastest Cache erzeugt folgenden HTML-Kommentar im Quelltext:
<!-- WP Fastest Cache file was created in " . $this->creationTime() . " seconds, on " . date( "d-m-y G:i:s", current_time( 'timestamp' ) ) . " -->
Mit folgendem Befehl1, eingefügt in die Konfigurationsdatei wp-config.php im Wurzelverzeichnis der WordPress-Installation lässt sich der HTML-Kommentar entfernen:
define( 'WPFC_REMOVE_FOOTER_COMMENT', true );
Credits
- 1↑ Support » Plugin: WP Fastest Cache » How to turn off/remove this code?: