getContainer()->get( 'options' ); $this->getContainer()->share( 'cdn', 'WP_Rocket\Engine\CDN\CDN' ) ->withArgument( $options ); $this->getContainer()->share( 'cdn_subscriber', 'WP_Rocket\Engine\CDN\Subscriber' ) ->withArgument( $options ) ->withArgument( $this->getContainer()->get( 'cdn' ) ); } }