Code-Snippets-Functions/Execute a function on a child site/WooCommerce/remove-action-scheduler-completed-tasks.txt

4 lines
139 B
Text

function wc_as_retention_period() {
return DAY_IN_SECONDS;
}
add_filter( 'action_scheduler_retention_period', 'wc_as_retention_period' );