Changeset 2976243
- Timestamp:
- 10/09/2023 08:17:31 AM (2 years ago)
- Location:
- plerdy-heatmap/trunk
- Files:
-
- 2 edited
-
plerdy_heatmap_tracking.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plerdy-heatmap/trunk/plerdy_heatmap_tracking.php
r2975674 r2976243 4 4 Plugin URI: https://www.plerdy.com 5 5 Description: The easiest way to add the Plerdy tracking script to your WordPress site! 6 Version: 1.3. 16 Version: 1.3.2 7 7 Author: Plerdy 8 8 Author URI: https://www.plerdy.com … … 34 34 function __construct() { 35 35 register_deactivation_hook(__FILE__, array( $this, 'delete_option' ) ); 36 add_action( 'wp_head', array( $this, 'add_abtracking_script' ), 1 ); 36 37 add_action( 'wp_footer', array( $this, 'add_script' ), 1 ); 37 add_action( 'wp_footer', array( $this, 'add_abtracking_script' ), 1 );38 38 add_action( 'woocommerce_thankyou', array( $this, 'myscript' ), 1 ); 39 39 add_action( 'admin_footer', array( $this, 'style_plerdy' ), 31 ); -
plerdy-heatmap/trunk/readme.txt
r2975674 r2976243 4 4 Requires at least: 1.0 5 5 Tested up to: 6.3 6 Stable Tag: 1.3. 16 Stable Tag: 1.3.2 7 7 License: GPLv2 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.