apply_filters( 'tec_date_based_notice_get_screens', TribeAdminNoticearray<string> $screens, string $slug )

Allows filtering of the screens for all date-based notices.


Parameters

$screens

(<span class="TribeAdminNoticearray">TribeAdminNoticearray) The current list of allowed screens.

$slug

(string) The slug for the current notice.


Top ↑

Return

(TribeAdminNoticearray<string>) $screens The modified list of allowed screens.


Top ↑

Source

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


Top ↑

Changelog

Changelog
Version Description
4.15.4 Introduced.