📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 17:03:29
📂
/ (Root)
/
home
/
apkbfjox
/
shamapk.com
/
wp-content
/
plugins
/
wp-rocket
/
inc
/
ThirdParty
📍 /home/apkbfjox/shamapk.com/wp-content/plugins/wp-rocket/inc/ThirdParty
🔄 Refresh
✏️
Editing: SubscriberFactoryInterface.php
Writable
<?php namespace WP_Rocket\ThirdParty; use WP_Rocket\Event_Management\Subscriber_Interface; /** * Interface for Subscriber Factories * * @since 3.6.3 */ interface SubscriberFactoryInterface { /** * Get a Subscriber Interface object. * * @since 3.6.3 * * @return Subscriber_Interface */ public function get_subscriber(); }
💾 Save Changes
❌ Cancel