apply_filters( 'tribe_events_event_costs', array|string|int $cost , int $event_id )
Allows filtering of the event cost and returns either an int or string depending on whether the event cost is a single value or a price range
Contents
Parameters
- $cost
-
(array|string|int) Event cost.
- $event_id
-
(int) Event post ID.
Source
File: src/Tribe/API.php
Changelog
| Version | Description |
|---|---|
| 3.9 | Introduced. |