getContainer()->get( 'options' ); $this->getContainer() ->share( 'mobile_subscriber', 'WP_Rocket\Subscriber\Third_Party\Plugins\Mobile_Subscriber' ) ->addTag( 'common_subscriber' ); $this->getContainer() ->share( 'elementor_subscriber', 'WP_Rocket\ThirdParty\Plugins\PageBuilder\Elementor' ) ->addArgument( $options ) ->addArgument( rocket_direct_filesystem() ) ->addArgument( $this->getContainer()->get( 'delay_js_html' ) ) ->addTag( 'common_subscriber' ); $this->getContainer() ->share( 'woocommerce_subscriber', 'WP_Rocket\ThirdParty\Plugins\Ecommerce\WooCommerceSubscriber' ) ->addArgument( $this->getContainer()->get( 'delay_js_html' ) ) ->addTag( 'common_subscriber' ); $this->getContainer() ->share( 'syntaxhighlighter_subscriber', 'WP_Rocket\Subscriber\Third_Party\Plugins\SyntaxHighlighter_Subscriber' ) ->addTag( 'common_subscriber' ); $this->getContainer() ->share( 'bridge_subscriber', 'WP_Rocket\ThirdParty\Themes\Bridge' ) ->addArgument( $options ) ->addTag( 'common_subscriber' ); $this->getContainer() ->share( 'divi', 'WP_Rocket\ThirdParty\Themes\Divi' ) ->addArgument( $this->getContainer()->get( 'options_api' ) ) ->addArgument( $options ) ->addArgument( $this->getContainer()->get( 'delay_js_html' ) ) ->addTag( 'common_subscriber' ); $this->getContainer() ->share( 'avada_subscriber', 'WP_Rocket\ThirdParty\Themes\Avada' ) ->addArgument( $options ) ->addTag( 'common_subscriber' ); $this->getContainer() ->share( 'ngg_subscriber', 'WP_Rocket\Subscriber\Third_Party\Plugins\NGG_Subscriber' ) ->addTag( 'common_subscriber' ); $this->getContainer() ->share( 'smush_subscriber', 'WP_Rocket\ThirdParty\Plugins\Smush' ) ->addArgument( $this->getContainer()->get( 'options_api' ) ) ->addArgument( $this->getContainer()->get( 'options' ) ) ->addTag( 'common_subscriber' ); $this->getContainer() ->share( 'imagify_webp_subscriber', 'WP_Rocket\Subscriber\Third_Party\Plugins\Images\Webp\Imagify_Subscriber' ) ->addArgument( $options ) ->addTag( 'common_subscriber' ); $this->getContainer() ->share( 'shortpixel_webp_subscriber', 'WP_Rocket\Subscriber\Third_Party\Plugins\Images\Webp\ShortPixel_Subscriber' ) ->addArgument( $options ) ->addTag( 'common_subscriber' ); $this->getContainer() ->share( 'ewww_webp_subscriber', 'WP_Rocket\Subscriber\Third_Party\Plugins\Images\Webp\EWWW_Subscriber' ) ->addArgument( $options ) ->addTag( 'common_subscriber' ); $this->getContainer() ->share( 'optimus_webp_subscriber', 'WP_Rocket\Subscriber\Third_Party\Plugins\Images\Webp\Optimus_Subscriber' ) ->addTag( 'common_subscriber' ); $this->getContainer() ->share( 'bigcommerce_subscriber', 'WP_Rocket\Subscriber\Third_Party\Plugins\Ecommerce\BigCommerce_Subscriber' ) ->addTag( 'common_subscriber' ); $this->getContainer() ->share( 'beaverbuilder_subscriber', 'WP_Rocket\ThirdParty\Plugins\PageBuilder\BeaverBuilder' ) ->addTag( 'common_subscriber' ); $this->getContainer() ->share( 'amp_subscriber', 'WP_Rocket\ThirdParty\Plugins\Optimization\AMP' ) ->addArgument( $options )->addArgument( $this->getContainer()->get( 'cdn_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' ); $this->getContainer() ->share( 'adthrive', 'WP_Rocket\ThirdParty\Plugins\Ads\Adthrive' ) ->addTag( 'common_subscriber' ); $this->getContainer() ->share( 'autoptimize', 'WP_Rocket\ThirdParty\Plugins\Optimization\Autoptimize' ) ->addArgument( $options ) ->addTag( 'common_subscriber' ); $this->getContainer() ->share( 'wp-meteor', 'WP_Rocket\ThirdParty\Plugins\Optimization\WPMeteor' ) ->addTag( 'common_subscriber' ); $this->getContainer() ->share( 'revolution_slider_subscriber', 'WP_Rocket\ThirdParty\Plugins\RevolutionSlider' ) ->addTag( 'common_subscriber' ); $this->getContainer() ->share( 'wordfence_subscriber', 'WP_Rocket\ThirdParty\Plugins\Security\WordFenceCompatibility' ) ->addTag( 'common_subscriber' ); $this->getContainer() ->share( 'ezoic', 'WP_Rocket\ThirdParty\Plugins\Optimization\Ezoic' ) ->addTag( 'common_subscriber' ); $this->getContainer() ->share( 'thirstyaffiliates', 'WP_Rocket\ThirdParty\Plugins\ThirstyAffiliates' ) ->addTag( 'common_subscriber' ); $this->getContainer() ->share( 'pwa', 'WP_Rocket\ThirdParty\Plugins\PWA' ) ->addTag( 'common_subscriber' ); } }