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.
Contents
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.
Source
Changelog
| Version | Description |
|---|---|
| 5.8.0 | Introduced. |