🚀 Hostinger Optimized
🖥️ Server: Apache
💻 System: Linux webm015.cluster127.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
👤 User: stakrfrcol (69043)
🐘 PHP: 8.3.31
🚫 Disabled: _dyuweyrj4,_dyuweyrj4r,dl

💻 Terminal

📁 /home/stakrfrcol/agency
$

📄 CommentTrait.php

📁 Path: /home/s/t/a/stakrfrcol/agency/wp-content/plugins/wp-rocket/inc/Engine/Support/CommentTrait.php
📊 Size: 637 B
🔒 Perm: 0644
📝 MIME: text/x-php
<?php
declare(strict_types=1);

namespace WP_Rocket\Engine\Support;

trait CommentTrait {
	/**
	 * Add a comment to the HTML
	 *
	 * @param string $feature The feature name.
	 * @param string $html The HTML content.
	 *
	 * @return string
	 */
	public function add_meta_comment( $feature, $html ) {
		// This filter is documented in inc/Engine/Support/Meta.php.
		if ( wpm_apply_filters_typed( 'boolean', 'rocket_disable_meta_generator', false ) ) {
			return $html;
		}

		$result = preg_replace( '#</html>#', '</html><!-- wpr_' . $feature . ' -->', $html, 1 );

		if ( null === $result ) {
			return $html;
		}

		return $result;
	}
}
← Back📥 Raw✏️ Edit🔒 Chmod
✨ File Manager Magic ✨