t( $options )->addArgument( $this->getContainer()->get( 'cdn_subscriber' ) ) ->addTag( 'common_subscriber' ); $this->getContainer() ->share( 'litespeed_subscriber', 'WP_Rocket\Subscriber\Third_Party\Hostings\Litespeed_Subscriber' ) ->addTag( 'common_subscriber' ); $this->getContainer() ->share( 'simple_custom_css', 'WP_Rocket\ThirdParty\Plugins\SimpleCustomCss' ) ->addArgument( WP_ROCKET_CACHE_BUSTING_PATH )->addArgument( WP_ROCKET_CACHE_BUSTING_URL ) ->addTag( 'common_subscriber' ); $this->getContainer() ->share( 'pdfembedder', 'WP_Rocket\ThirdParty\Plugins\PDFEmbedder' ) ->addTag( 'common_subscriber' ); $this->getContainer() ->share( 'mod_pagespeed', 'WP_Rocket\ThirdParty\Plugins\ModPagespeed' ) ->addTag( 'common_subscriber' ); } }