Changeset 2303903
- Timestamp:
- 05/13/2020 05:29:02 AM (6 years ago)
- File:
-
- 1 edited
-
cuelinks/trunk/index.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cuelinks/trunk/index.php
r2231647 r2303903 18 18 * @author Cuelinks 19 19 * @package cuelinks 20 * @since cuelinks 1.0. 020 * @since cuelinks 1.0.2 21 21 * 22 22 * Plugin Name: Cuelinks - Affiliate Marketing Tool for Publishers 23 23 * Plugin URI: https://www.cuelinks.com/affiliate-wordpress-plugin 24 * Version: 1.0. 024 * Version: 1.0.2 25 25 * Description: Cuelinks is a 2-minute Content Monetization tool for bloggers, deal site owners, coupon sites, forum owners or any publishers. We help publishers monetize their content in an effective manner by converting product links in your post into their equivalent affiliate links on-the-fly without affecting your users' experience. 26 * Author: Ambient Infotech27 * Author URI: https://www. ambientinfotech.com/26 * Author: Cuelinks Technology Pvt Ltd 27 * Author URI: https://www.cuelinks.com/ 28 28 */ 29 29 add_action('admin_menu', 'cuelinks_script_page_create'); … … 188 188 $cuelink_script_val = trim($cuelink_script_val); 189 189 ?> 190 <!-- Cuelink cId script Start-->190 <!-- Cuelinks cId script Start--> 191 191 <script type='text/javascript'> 192 192 var cId = '<?php echo $cuelink_script_val ?>'; … … 202 202 }()); 203 203 </script> 204 <!-- Cuelink cId script End-->204 <!-- Cuelinks cId script End--> 205 205 <?php 206 206 }
Note: See TracChangeset
for help on using the changeset viewer.