translatedImageUpdate = $translatedImageUpdate; } public function add_hooks() { Hooks::onFilter( 'widget_block_content' ) ->then( spreadArgs( function ( $content ) { return $this->translatedImageUpdate->replace_images_with_translations( $content, Languages::getCurrentCode() ); } ) ); } }