Output the Embed Code or SVG code or Analytics Code the right way
- سُلَيْمَان بْن دَاوُوْد

- Aug 29, 2020
- 1 min read
We can use following code to pull google analytics or facebook pixel or svg code or third party embed codes to output on site the right way
<?php echo html_entity_decode(get_field('facebook_pixel'), ENT_QUOTES, 'UTF-8'); ?>
Comments