Plugin Directory

Changeset 2455722


Ignore:
Timestamp:
01/13/2021 03:11:20 PM (5 years ago)
Author:
leadbi
Message:

Fix uninstall issue

Location:
leadbi/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • leadbi/trunk/readme.txt

    r2402049 r2455722  
    33Tags: analytics, marketing analytics, leadbi, tracking code, inbound marketing, marketing, marketing automation
    44Requires at least: 3.7
    5 Tested up to: 5.5.1
    6 Stable tag: 1.0.1
     5Tested up to: 5.6
     6Stable tag: 1.0.2
    77
    88LeadBI's WordPress plugin allows existing LeadBI customers and trial users to install the LeadBI tracking code on their existing WordPress blogs and websites and view the dashboard.
  • leadbi/trunk/uninstall.php

    r1736960 r2455722  
    77    exit;
    88}
    9 
    10 // Delete options
    11 delete_option(Info::OPTION_NAME);
    12 
    13 // Delete options in Multisite
    14 delete_site_option(Info::OPTION_NAME);
Note: See TracChangeset for help on using the changeset viewer.