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.


Parameters

$trash_new_value

(mixed) (Required) - the value for the $key_trash_events option


Top ↑

Source

File: src/Tribe/Event_Cleaner_Scheduler.php

	public function set_trash_new_date( $trash_new_value ) {
		$this->trash_new_date = $trash_new_value;
	}

Top ↑

Changelog

Changelog
Version Description
4.6.13 Introduced.