golden hour
/home/godaofbq/.trash/wp-rocket/inc/ThirdParty
⬆️ Go Up
Upload
File/Folder
Size
Actions
Hostings
-
Del
OK
NullSubscriber.php
500 B
Del
OK
Plugins
-
Del
OK
ReturnTypesTrait.php
619 B
Del
OK
ServiceProvider.php
8.57 KB
Del
OK
SubscriberFactoryInterface.php
343 B
Del
OK
Themes
-
Del
OK
Edit: SubscriberFactoryInterface.php
<?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