Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function add_fb_pixel_code(){
- is_page( 'Thank You' ) {
- ?>
- Put Your Facebook Pixel Code Here
- <?php
- }
- }
- add_action('wp_footer', 'add_fb_pixel_code');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement