Code-Snippets-Functions/Execute a function on a child site/WooCommerce/set-action-scheduler-retention-period-as-zero.txt
Sebastian Moran 4b0f190b58
Create set-action-scheduler-retention-period-as-zero.txt
To clear out Scheduled Action posts and comments in the Action Scheduler in WooCommerce.
2019-06-12 08:53:41 -06:00

1 line
68 B
Text

add_filter( 'action_scheduler_retention_period', '__return_zero' );