An Adobe Commerce developer needs to output the width of a product on the product description page. How would the developer escape HTML in a template using Adobe Commerce 2.4.0 and above?
Select an option, then click Submit answer.
-
○
=$block->escaphtml($serviceModel->getWidth()) ?>
-
○
= $escaper->escapHtml($viewModel->getwidth())?>
-
○
=$escaper->escape($viewModel->getWidth()) ?>



