🚀 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
$

📄 LazyloadedContent.php

📁 Path: ./wp-content/plugins/wp-rocket/inc/Engine/Media/Lazyload/CSS/Data/LazyloadedContent.php
📊 Size: 925 B
🔒 Perm: 0644
📝 MIME: text/x-php
<?php

namespace WP_Rocket\Engine\Media\Lazyload\CSS\Data;

class LazyloadedContent {

	/**
	 * URls extracted from the content.
	 *
	 * @var array
	 */
	protected $urls = [];

	/**
	 * Lazyloaded content.
	 *
	 * @var string
	 */
	protected $content = '';

	/**
	 * Get URls extracted from the content.
	 *
	 * @return array
	 */
	public function get_urls(): array {
		return $this->urls;
	}

	/**
	 * Set URls extracted from the content.
	 *
	 * @param array $urls URls extracted from the content.
	 * @return void
	 */
	public function set_urls( array $urls ): void {
		$this->urls = $urls;
	}

	/**
	 * Get lazyloaded content.
	 *
	 * @return string
	 */
	public function get_content(): string {
		return $this->content;
	}

	/**
	 * Set lazyloaded content.
	 *
	 * @param string $content Lazyloaded content.
	 * @return void
	 */
	public function set_content( string $content ): void {
		$this->content = $content;
	}
}
← Back📥 Raw✏️ Edit🔒 Chmod
✨ File Manager Magic ✨