apply_filters( 'tribe_tickets_venue_action_links_edit_url', string $link, int $venue_id )

Allows for control of the specific “edit post” URLs used for venue.


Parameters

$link

(string) The default "edit post" URL.

$venue_id

(int) The Post ID of the venue.


Top ↑

Source

File: src/Tribe/Event_Tickets/Attendees_Report.php


Top ↑

Changelog

Changelog
Version Description
4.6.13 Introduced.