Yoast\WP\SEO\Promotions\Domain

Time_Interval::set_end_date()publicYoast 1.0

Sets the interval ending date.

Метод класса: Time_Interval{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$Time_Interval = new Time_Interval();
$Time_Interval->set_end_date( $time_end );
$time_end(int) (обязательный)
The interval end time.

Код Time_Interval::set_end_date() Yoast 23.4

public function set_end_date( int $time_end ) {
	$this->time_end = $time_end;
}