apply_filters( 'tribe_tickets_price_disabled', boolean $disabled, WP_Post|int $ticket_id )

Filters whether we should disable the ticket – separate from tribe-dependency.


Parameters

$disabled

(boolean) Whether the price field is disabled.

$ticket_id

(WP_Post|int) The current ticket object or its ID


Top ↑

Source

File: src/admin-views/editor/fieldset/price.php


Top ↑

Changelog

Changelog
Version Description
4.10.8 Introduced.