apply_filters( "tec_tickets_report_{$page_slug}_page_role_access", bool $has_access , int $post_id , WP_Post $post )
Filters whether a user can access the attendees page for a given post.
Contents
Parameters
- $has_access
-
(bool) True if the user has access, false otherwise.
- $post_id
-
(int) The ID of the post being checked.
- $post
-
(WP_Post) The post object.
Source
Changelog
| Version | Description |
|---|---|
| 5.9.4 | Introduced. |