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.


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.


Top ↑

Source

File: src/Tribe/Commerce/WooCommerce/Orders/Report.php


Top ↑

Changelog

Changelog
Version Description
5.9.4 Introduced.