Changeset 2597152
- Timestamp:
- 09/11/2021 05:04:13 AM (5 years ago)
- Location:
- releva-nz/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (1 diff)
-
public/class-relevatracking-public.php (modified) (1 diff)
-
relevatracking.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
releva-nz/trunk/README.txt
r2568837 r2597152 3 3 Tags: e-commerce, sales, advertising, marketing, retargeting, remarketing 4 4 Requires at least: 3.0.1 5 Tested up to: 5.8 5 Tested up to: 5.8.1 6 6 Requires PHP: 5.2 7 7 Stable tag: trunk -
releva-nz/trunk/public/class-relevatracking-public.php
r2369532 r2597152 362 362 // URL: https://pix.hyj.mobi/rt?t=d&action=c&cid=CLIENT_ID&id=CATEGORY_ID 363 363 //echo "<pre>is_product_taxonomy"; var_export(is_product_taxonomy() ); echo "</pre>"; 364 if ( is_product_category() ) {364 if ( function_exists('is_product_category') && is_product_category() ) { 365 365 global $wp_query; 366 366 // get the query object -
releva-nz/trunk/relevatracking.php
r2369532 r2597152 17 17 * Plugin URI: https://releva.nz 18 18 * Description: Technology for personalized advertising 19 * Version: 2.0. 619 * Version: 2.0.7 20 20 * Author: releva.nz 21 21 * License: GPL-2.0+
Note: See TracChangeset
for help on using the changeset viewer.