apply_filters( 'tribe_community_events_tickets_can_update_ticket_price', boolean $can_update )

Allows filtering of the ability to edit ticket prices from the Community Events perspective.


Parameters

$can_update

(boolean) Whether the user can update the ticket price.


Top ↑

Source

File: src/Tribe/Main.php


Top ↑

Changelog

Changelog
Version Description
4.7.1 Introduced.