apply_filters( 'tec_is_view', boolean $is_view, string $view_slug, Tribe__Context $context )

Allows generic filtering of the tec_is_view boolean value.


Parameters

$is_view

(boolean) Whether you're on the View or not

$view_slug

(string) The view slug.

$context

(Tribe__Context) The global context object.


Top ↑

Source

File: src/functions/template-tags/loop.php


Top ↑

Changelog

Changelog
Version Description
6.0.7 Introduced.