PluginProbe
Atarim – AI Agency for WordPress: Edit Pages, Fix Code, Update Plugins, SEO & Client Feedback / 4.2.2
Atarim – AI Agency for WordPress: Edit Pages, Fix Code, Update Plugins, SEO & Client Feedback v4.2.2
5.1.3 5.1.2 5.1.1 5.1 5.0 trunk 3.10 3.11 3.12 3.13 3.14 3.15 3.16 3.17 3.18 3.19 3.2.0 3.2.1 3.22 3.22.1 3.22.2 3.22.3 3.22.4 3.22.5 3.22.6 All 75 releases
atarim-visual-collaboration / uninstall.php
uninstall.php
12 lines 335 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
3 exit;
4 }
5 // remove options when plugin uninstalled.
6 delete_option( 'wpf_decr_checksum' );
7 delete_option( 'wpf_decr_key' );
8 delete_option( 'wpf_license_expires' );
9 delete_option( 'wpf_license' );
10 delete_option( 'wpf_license_key' );
11 delete_option( 'wpf_check_license_date' );
12