Advertisement
borkolivic

Add FB pixel or GA code to header

Feb 12th, 2021
702
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. /* Add FB Pixel (or any) code to header */
  2. function mx_hook_fbpixel() {
  3.     ?>
  4. <!-- Facebook Pixel Code -->
  5.        
  6. <!-- End Facebook Pixel Code -->
  7.     <?php
  8. }
  9. add_action('wp_head', 'mx_hook_fbpixel');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement