Plugin Directory

Changeset 2303903


Ignore:
Timestamp:
05/13/2020 05:29:02 AM (6 years ago)
Author:
cuelinks1
Message:

Update to newer version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cuelinks/trunk/index.php

    r2231647 r2303903  
    1818 * @author Cuelinks
    1919 * @package cuelinks
    20  * @since cuelinks 1.0.0
     20 * @since cuelinks 1.0.2
    2121 *
    2222 * Plugin Name: Cuelinks - Affiliate Marketing Tool for Publishers
    2323 * Plugin URI: https://www.cuelinks.com/affiliate-wordpress-plugin
    24  * Version: 1.0.0
     24 * Version: 1.0.2
    2525 * 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 Infotech
    27  * Author URI: https://www.ambientinfotech.com/
     26 * Author: Cuelinks Technology Pvt Ltd
     27 * Author URI: https://www.cuelinks.com/
    2828 */
    2929add_action('admin_menu', 'cuelinks_script_page_create');
     
    188188    $cuelink_script_val = trim($cuelink_script_val);
    189189    ?>
    190     <!-- Cuelink cId script Start-->
     190    <!-- Cuelinks cId script Start-->
    191191    <script type='text/javascript'>
    192192        var cId = '<?php echo $cuelink_script_val ?>';
     
    202202        }());
    203203    </script>
    204     <!-- Cuelink cId  script End--> 
     204    <!-- Cuelinks cId  script End--> 
    205205    <?php
    206206}
Note: See TracChangeset for help on using the changeset viewer.