PluginProbe ʕ •ᴥ•ʔ
Browse
Analyzed
Analysis
Syntax-highlighting Code Block (with Server-side Rendering)
/
trunk
Syntax-highlighting Code Block (with Server-side Rendering)
vtrunk
Switch version
trunk
1.0.0
1.0.1
1.0.2
1.0.3
1.1.0
1.1.1
1.1.2
1.1.3
1.1.4
1.2.0
1.2.1
1.2.2
1.2.3
1.3.0
1.3.1
1.4.0
1.5.0
1.5.1
1.5.2
Overview
Code
Analysis
syntax-highlighting-code-block
/
uninstall.php
syntax-highlighting-code-block
Last commit date
build
1 month ago
inc
1 month ago
vendor
1 month ago
LICENSE
6 years ago
editor-styles.css
3 years ago
language-names.php
5 years ago
readme.txt
1 month ago
style.css
3 years ago
syntax-highlighting-code-block.php
1 month ago
uninstall.php
2 years ago
uninstall.php
13 lines
1
<
?
php
2
/**
3
* Plugin installation logic.
4
*
5
*
@package
Syntax_Highlighting_Code_Block
6
*/
7
8
if
(
!
defined
(
'
WP_UNINSTALL_PLUGIN
'
)
)
{
9
die
;
10
}
11
12
delete_option
(
'
syntax_highlighting
'
)
;
13