Tribe__Events__Event_Cleaner_Scheduler::set_trash_new_date( mixed $trash_new_value )
Receives the new user-defined value for $key_trash_events option and defines it as the trash_new_date variable.
Contents
Parameters
- $trash_new_value
-
(mixed) (Required) - the value for the $key_trash_events option
Source
File: src/Tribe/Event_Cleaner_Scheduler.php
public function set_trash_new_date( $trash_new_value ) {
$this->trash_new_date = $trash_new_value;
}
Changelog
| Version | Description |
|---|---|
| 4.6.13 | Introduced. |