when we have like "<?php ... ?>" then the plugin doesn't work & eslint-html gives: 8:46 error Parsing error: Unexpected token php e.g. ``` <script> function valueAddedToCart( final_result ) { fbq( 'track', 'AddToCart', { 'content_ids': "<?php echo $product_id; ?>", }); } </script> ```
when we have like "" then the plugin doesn't work & eslint-html gives:
8:46 error Parsing error: Unexpected token php
e.g.