apply_filters( 'tec_event_status_default_single_event_online_status', string $attendance_mode, object $data, array $args, WP_Post $post )

Filters the default attendance mode.


Parameters

$attendance_mode

(string) The default attendance mode.

$data

(object) The JSON-LD object.

$args

(array) The arguments used to get data.

$post

(WP_Post) The post object.


Top ↑

Source

File: src/Tribe/Event_Status/JSON_LD.php


Top ↑

Changelog

Changelog
Version Description
5.11.0 Introduced.