optimizer = $optimizer; } /** * {@inheritdoc} */ public static function get_subscribed_events() { return [ 'template_redirect' => [ 'start_content_process', 2 ], ]; } /** * Start buffering the page content and apply optimizations if we can. * * @since 3.3 */ public function start_content_process() { return $this->optimizer->maybe_init_process(); } }