apply_filters( 'tribe_is_list_view', bool $is_list_view, Tribe__Context $context )

Allows filtering of the tribe_is_list_view boolean value.


Parameters

$is_list_view

(bool) If we're on the List View

$context

(Tribe__Context) The current context


Top ↑

Source

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


Top ↑

Changelog

Changelog
Version Description
6.0.7 Introduced.