PluginProbe ʕ •ᴥ•ʔ
Simple Author Box / 1.3
Simple Author Box v1.3
trunk 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.9 2.0 2.0.1 2.0.2 2.0.4 2.0.5 2.0.6 2.0.7 2.0.8 2.0.9 2.1.0 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.2.0 2.2.1 2.2.2 2.3.0 2.3.1 2.3.11 2.3.12 2.3.15 2.3.16 2.3.2 2.3.20 2.3.21 2.3.22 2.4 2.41 2.42 2.45 2.46 2.47 2.48 2.49 2.50 2.51 2.52 2.54 2.55 2.56 2.57 2.59 2.60
simple-author-box / uninstall.php
simple-author-box Last commit date
core 11 years ago css 11 years ago js 11 years ago lang 11 years ago template 11 years ago readme.txt 11 years ago simple-author-box.php 11 years ago uninstall.php 11 years ago
uninstall.php
26 lines
1 <?php
2
3 /*----------------------------------------------------------------------------------------------------------
4 Uninstall Simple Author Box plugin - deletes plugin data in database
5 -----------------------------------------------------------------------------------------------------------*/
6
7 // Exit if accessed directly
8 if( !defined( 'ABSPATH' ) ) {
9 exit;
10 }
11
12 if( !defined( 'WP_UNINSTALL_PLUGIN' ) ) {
13 exit();
14 }
15
16 delete_option( 'saboxplugin_options' );
17 // delete_option( 'sab_box_margin_top' );
18 // delete_option( 'sab_box_margin_bottom' );
19 // delete_option( 'sab_box_icon_size' );
20 // delete_option( 'sab_box_name_size' );
21 // delete_option( 'sab_box_name_font' );
22 // delete_option( 'sab_box_subset' );
23 // delete_option( 'sab_box_desc_font' );
24 // delete_option( 'sab_box_desc_size' );
25 // delete_option( 'sab_box_desc_font' );
26 // delete_option( 'sab_box_web_size' );