Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
WooCommerce - Before Auto Delete
CodeDropz
Oct 10th, 2020
(
edited
)
228
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
PHP
0.16 KB
| None
|
0
0
raw
download
clone
embed
print
report
add_filter
(
'dndmfu_wc_time_before_auto_deletion'
,
'adjust_time_deletion'
)
;
function
adjust_time_deletion
(
$time
)
{
$time
=
'604800'
;
// 1 week
return
$time
;
}
Add Comment
Please,
Sign In
to add comment
Public Pastes
refresh_policies.ps1
Batch | 6 min ago | 0.40 KB
list_services.ps1
Batch | 6 min ago | 0.40 KB
backup_registry.ps1
Batch | 6 min ago | 0.40 KB
FREE BTC GUIDE U
JavaScript | 7 min ago | 0.08 KB
MAKE $500 INSTANTLY R
JavaScript | 8 min ago | 0.08 KB
track_activity.bat
Batch | 8 min ago | 0.40 KB
halt_operations.bat
Batch | 16 min ago | 0.40 KB
backup_registry.ps1
Batch | 16 min ago | 0.40 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!