PK œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
Dir : /home/trave494/tiktechtok.org/wp-content/plugins/tiktok-for-business/pixel/ |
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 IP: 209.182.202.254 |
Dir : //home/trave494/tiktechtok.org/wp-content/plugins/tiktok-for-business/pixel/tt4b_pixel.php |
<?php /** * Copyright (c) Bytedance, Inc. and its affiliates. All Rights Reserved * * This source code is licensed under the license found in the * LICENSE file in the root directory of this source tree. * * @package TikTok */ require_once 'Tt4b_Pixel_Class.php'; add_action( 'woocommerce_add_to_cart', [ 'Tt4b_Pixel_Class', 'inject_add_to_cart_event' ], 40, 4 ); add_action( 'woocommerce_before_single_product_summary', [ 'Tt4b_Pixel_Class', 'inject_view_content_event' ] ); add_action( 'woocommerce_payment_complete', [ 'Tt4b_Pixel_Class', 'inject_purchase_event' ] ); add_action( 'woocommerce_thankyou', [ 'Tt4b_Pixel_Class', 'inject_purchase_event' ] ); add_action( 'woocommerce_after_checkout_form', [ 'Tt4b_Pixel_Class', 'inject_initiate_checkout_event' ] ); add_action( 'woocommerce_blocks_checkout_enqueue_data', [ 'Tt4b_Pixel_Class', 'inject_initiate_checkout_event' ] ); add_action( 'wp_head', [ 'Tt4b_Pixel_Class', 'print_script' ] ); add_action( 'init', [ 'Tt4b_Pixel_Class', 'set_ttclid' ] ); add_action( 'wp_enqueue_scripts', [ 'Tt4b_Pixel_Class', 'add_ajax_snippet' ] ); add_filter( 'woocommerce_loop_add_to_cart_args', [ 'Tt4b_Pixel_Class', 'filter_add_to_cart_attributes' ], 10, 2 );