getContainer()->get( 'options' ); $this->getContainer() ->share( 'mobile_subscriber', 'WP_Rocket\Subscriber\Third_Party\Plugins\Mobile_Subscriber' ); $this->getContainer() ->share( 'elementor_subscriber', 'WP_Rocket\ThirdParty\Plugins\PageBuilder\Elementor' ) ->withArgument( $options ); $this->getContainer() ->share( 'woocommerce_subscriber', 'WP_Rocket\ThirdParty\Plugins\Ecommerce\WooCommerceSubscriber' ); $this->getContainer() ->share( 'syntaxhighlighter_subscriber', 'WP_Rocket\Subscriber\Third_Party\Plugins\SyntaxHighlighter_Subscriber' ); $this->getContainer() ->share( 'bridge_subscriber', 'WP_Rocket\ThirdParty\Themes\Bridge' ) ->withArgument( $options ); $this->getContainer() ->share( 'divi', 'WP_Rocket\ThirdParty\Themes\Divi' ) ->withArgument( $this->getContainer()->get( 'options_api' ) ) ->withArgument( $options ); $this->getContainer() ->share( 'ngg_subscriber', 'WP_Rocket\Subscriber\Third_Party\Plugins\NGG_Subscriber' ); $this->getContainer() ->share( 'smush_subscriber', 'WP_Rocket\ThirdParty\Plugins\Smush' ) ->withArgument( $this->getContainer()->get( 'options_api' ) ) ->withArgument( $this->getContainer()->get( 'options' ) ); $this->getContainer() ->share( 'imagify_webp_subscriber', 'WP_Rocket\Subscriber\Third_Party\Plugins\Images\Webp\Imagify_Subscriber' ) ->withArgument( $options ); $this->getContainer() ->share( 'shortpixel_webp_subscriber', 'WP_Rocket\Subscriber\Third_Party\Plugins\Images\Webp\ShortPixel_Subscriber' ) ->withArgument( $options ); $this->getContainer() ->share( 'ewww_webp_subscriber', 'WP_Rocket\Subscriber\Third_Party\Plugins\Images\Webp\EWWW_Subscriber' ) ->withArgument( $options ); $this->getContainer() ->share( 'optimus_webp_subscriber', 'WP_Rocket\Subscriber\Third_Party\Plugins\Images\Webp\Optimus_Subscriber' ); $this->getContainer() ->share( 'bigcommerce_subscriber', 'WP_Rocket\Subscriber\Third_Party\Plugins\Ecommerce\BigCommerce_Subscriber' ); $this->getContainer() ->share( 'beaverbuilder_subscriber', 'WP_Rocket\ThirdParty\Plugins\PageBuilder\BeaverBuilder' ); $this->getContainer() ->share( 'amp_subscriber', 'WP_Rocket\ThirdParty\Plugins\Optimization\AMP' ) ->withArgument( $options )->withArgument( $this->getContainer()->get( 'cdn_subscriber' ) ); $this->getContainer() ->share( 'litespeed_subscriber', 'WP_Rocket\Subscriber\Third_Party\Hostings\Litespeed_Subscriber' ); $this->getContainer() ->share( 'simple_custom_css', 'WP_Rocket\ThirdParty\Plugins\SimpleCustomCss' ) ->withArgument( WP_ROCKET_CACHE_BUSTING_PATH )->withArgument( WP_ROCKET_CACHE_BUSTING_URL ); $this->getContainer() ->share( 'pdfembedder', 'WP_Rocket\ThirdParty\Plugins\PDFEmbedder' ); } }