Plugin Directory

Changeset 1976892


Ignore:
Timestamp:
11/19/2018 03:53:07 PM (7 years ago)
Author:
lifter99
Message:

Statly base url updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • statly/trunk/statly-utm-tracking.php

    r1943597 r1976892  
    1818define( 'SAASFT_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
    1919
    20 define('SAASFT_StatlyUrl', "http://localhost/statly/public/");
     20//define('SAASFT_StatlyUrl', "http://localhost/statly/public/");
    2121//define('SAASFT_StatlyUrl', "http://intelligently.org/master/statly/public/");
    22 //define('SAASFT_StatlyUrl', "https://app.statly.org/");
     22define('SAASFT_StatlyUrl', "https://app.statly.org/");
    2323
    2424function saasft_add_utm_variables_to_urls($content) {
Note: See TracChangeset for help on using the changeset viewer.