apply_filters( 'tribe_events_views_v2_theme_compatibility_registered', array $registered )

Filters the list of themes that are registered for compatibility.


Parameters

$registered

(array) An associative array of views in the shape [ <slug> => <class> ].


Top ↑

Source

File: src/Tribe/Views/V2/Theme_Compatibility.php


Top ↑

Changelog

Changelog
Version Description
4.9.4 Introduced.