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


Parameters

$cost

(array|string|int) Event cost.

$event_id

(int) Event post ID.


Top ↑

Source

File: src/Tribe/API.php


Top ↑

Changelog

Changelog
Version Description
3.9 Introduced.