top of page

Output the Embed Code or SVG code or Analytics Code the right way

  • Writer: سُلَيْمَان بْن دَاوُوْد
    سُلَيْمَان بْن دَاوُوْد
  • 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'); ?>

 
 
 

Recent Posts

See All
Duplicate Category in Wordpress

The following code helps to duplicate the default wordpress category by help of code. // Add Duplicate option for categories in WordPress...

 
 
 
C#.NET and Its Associated Codes

1- Creating an Desktop Application in C#.NET C# ADO.NET & MySQL MAIN C# and MySQL ADO.NET with Crystals Reports Ready Code 2- Handling...

 
 
 

Comments


© 2020 by syednazrulhassan

bottom of page