PluginProbe ʕ •ᴥ•ʔ
Browse
Analyzed
Analysis
Redirection
/
1.1.2
Redirection
v1.1.2
Switch version
trunk
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
1.0.7
1.0.8
1.0.9
1.1.0
1.1.1
1.1.2
1.1.3
1.1.4
1.1.5
1.1.6
1.1.7
1.1.8
1.1.9
1.2.0
1.2.1
1.2.2
1.2.3
1.2.4
1.2.5
1.2.6
1.2.7
1.2.8
1.2.9
1.3.0
Overview
Code
Analysis
redirect-redirection
/
deactivation.php
redirect-redirection
Last commit date
analyst
3 years ago
assets
3 years ago
includes
3 years ago
activation.php
3 years ago
deactivation.php
3 years ago
index.html
3 years ago
readme.txt
3 years ago
redirect-redirection.php
3 years ago
uninstall.php
3 years ago
deactivation.php
12 lines
1
<
?
php
2
3
/**
4
* This file is loaded only on plugin's deactivation
5
*/
6
if
(
!
defined
(
"
ABSPATH
"
)
)
{
7
exit
(
)
;
8
}
9
10
if
(
wp_next_scheduled
(
IRRP_CRON_DELETE_LOGS
)
)
{
11
wp_clear_scheduled_hook
(
IRRP_CRON_DELETE_LOGS
)
;
12
}