/home/vianto5/heredit.mx/wp-content/plugins/wp-rocket/inc/Engine/Activation
Edit: /home/vianto5/heredit.mx/wp-content/plugins/wp-rocket/inc/Engine/Activation/ServiceProvider.php (1570B)
getContainer()
->inflector( 'WP_Rocket\Engine\Activation\ActivationInterface' )
->invokeMethod( 'activate', [] );
}
/**
* Registers the option array in the container.
*/
public function register() {
$filesystem = rocket_direct_filesystem();
$this->getContainer()->add( 'advanced_cache', 'WP_Rocket\Engine\Cache\AdvancedCache' )
->addArgument( $this->getContainer()->get( 'template_path' ) . '/cache/' )
->addArgument( $filesystem );
$this->getContainer()->add( 'capabilities_manager', 'WP_Rocket\Engine\Capabilities\Manager' );
$this->getContainer()->add( 'wp_cache', 'WP_Rocket\Engine\Cache\WPCache' )
->addArgument( $filesystem );
}
}