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

📄 ActivationFactory.php

📁 Path: ./wp-content/plugins/wp-rocket/inc/Engine/Media/AboveTheFold/Activation/ActivationFactory.php
📊 Size: 716 B
🔒 Perm: 0644
📝 MIME: text/x-php
<?php

declare(strict_types=1);

namespace WP_Rocket\Engine\Media\AboveTheFold\Activation;

use WP_Rocket\Engine\Common\PerformanceHints\ActivationFactoryInterface;
use WP_Rocket\Engine\Common\Context\ContextInterface;

class ActivationFactory implements ActivationFactoryInterface {

	/**
	 * Context instance.
	 *
	 * @var ContextInterface
	 */
	protected $context;

	/**
	 * Instatiate the class.
	 *
	 * @param ContextInterface $context ATF Context instance.
	 */
	public function __construct( ContextInterface $context ) {
		$this->context = $context;
	}

	/**
	 * Provides a Context object.
	 *
	 * @return ContextInterface
	 */
	public function get_context(): ContextInterface {
		return $this->context;
	}
}
← Back📥 Raw✏️ Edit🔒 Chmod
✨ File Manager Magic ✨