Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. function add_fb_pixel_code(){
  2. is_page( 'Thank You' ) {
  3. ?>
  4. Put Your Facebook Pixel Code Here
  5. <?php
  6. }
  7. }
  8. add_action('wp_footer', 'add_fb_pixel_code');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement