apply_filters( 'tec_tickets_is_ticket_editable_from_post', bool $editable, int $ticket_id, int $object_id )

Filters whether a ticket should be edited in the context of a post.


Parameters

$editable

(bool) Whether the ticket is editable in the context of this post or not.

$ticket_id

(int) The Ticket ID.

$object_id

(int) The Post ID.


Top ↑

Source

File: src/Tribe/Tickets_Handler.php


Top ↑

Changelog

Changelog
Version Description
5.8.0 Introduced.