mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-04-30 11:42:22 +08:00
4 lines
139 B
Text
4 lines
139 B
Text
function wc_as_retention_period() {
|
|
return DAY_IN_SECONDS;
|
|
}
|
|
add_filter( 'action_scheduler_retention_period', 'wc_as_retention_period' );
|