Hi, I need to dynamically link to my favicons, but if I add this to my iconsPath it result in <link rel="icon" type="image/png" sizes="32x32" href="<?= get_stylesheet_directory_uri(); ?>/dist/favicon/favicon-32x32.png"> which doesn't work in PHP.
I've tried search and replacing <, but I can't get it to work.