apply_filters( 'tribe_events_single_event_the_meta_skeleton', bool $not_skeleton , int $post_id )
Filters whether or not the skeleton is being output.
Contents
This is a clone of an action from TEC.
Parameters
- $not_skeleton
-
(bool) Whether or not the skeleton is being output.
- $post_id
-
(int) The post ID.
Source
Changelog
| Version | Description |
|---|---|
| 6.2.0 | Introduced. |