QuestionQ11
Adobe Experience Manager SitesAn Adobe Commerce developer must render a URL in a template.
How should the $url variable be securely output in the template?
- A <?php echo $escape->escapeUrl($url) ?>
- B <?php echo $escape->escapeLink($url) ?>
- C <?php echo $escaper->escapeHtml($url) ?>
Community Discussion