Skip to content

Instantly share code, notes, and snippets.

@satishgumudavelli
Created December 28, 2020 09:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save satishgumudavelli/41457e6cd6364be971ece0e41fdc21ca to your computer and use it in GitHub Desktop.
Save satishgumudavelli/41457e6cd6364be971ece0e41fdc21ca to your computer and use it in GitHub Desktop.
<?php $productVideos = []; ?>
<script>
var videoData = JSON.parse('<?= str_replace(["\\"], ["\\\\"], json_encode($productVideos)) ?>');
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment