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.
Contents
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.
Source
Changelog
| Version | Description |
|---|---|
| 5.11.0 | Introduced. |