apply_filters( "tribe_{$this->slug}_notice_end_date", DateTime $date )

Allow filtering of the end date DateTime object, to allow for things like “the day after” ( $date->modify( ‘+1 day’ ) ) and such.


Parameters

$date

(DateTime) Date object for the notice end.


Top ↑

Source

File: src/Tribe/Admin/Notice/Date_Based.php


Top ↑

Changelog

Changelog
Version Description
4.14.2 Introduced.