action_scheduler_retention_period, $this->month_in_seconds
action_scheduler_retention_period, $this->month_in_seconds
Appears in: all-in-one-seo-pack.5.0.0.1
Hook Type: filter
Displaying hooks found in version: all-in-one-seo-pack.5.0.0.1apply_filters('action_scheduler_retention_period, $this->month_in_seconds') is found 1 times:
- /vendor/woocommerce/action-scheduler/classes/ActionScheduler_QueueCleaner.php line 61
* Filter the minimum scheduled date age for action deletion. * * @param int $retention_period Minimum scheduled age in seconds of the actions to be deleted. */ $lifespan = apply_filters( 'action_scheduler_retention_period', $this->month_in_seconds ); try { $cutoff = as_get_datetime_object( $lifespan . ' seconds ago' ); } catch ( Exception $e ) { _doing_it_wrong( __METHOD__,