/home/vianto5/heredit.mx/wp-content/plugins/wp-rocket/inc/Addon/Varnish
NameSizeModeActions
composer.json21440644editdlrm
ServiceProvider.php10080644editdlrm
Subscriber.php26420644editdlrm
Varnish.php28490644editdlrm
Edit: /home/vianto5/heredit.mx/wp-content/plugins/wp-rocket/inc/Addon/Varnish/ServiceProvider.php (1008B)
getContainer()->add( 'varnish', 'WP_Rocket\Addon\Varnish\Varnish' ); $this->getContainer()->share( 'varnish_subscriber', 'WP_Rocket\Addon\Varnish\Subscriber' ) ->addArgument( $this->getContainer()->get( 'varnish' ) ) ->addArgument( $this->getContainer()->get( 'options' ) ) ->addTag( 'common_subscriber' ); } }