Tribe__Events__Community__Integrations__Virtual_Events::hooks()
Setup the hooks for Virtual Events integration.
Topics
Source #
File: src/Tribe/Integrations/Virtual_Events.php
public function hooks() { add_filter( 'tribe_events_virtual_link_allow_generation', [ $this, 'maybe_allow_meeting_link_generation' ] ); add_action( 'tribe_community_events_enqueue_resources', [ $this, 'enqueue_assets' ] ); add_action( 'tribe_events_community_form_before_linked_posts', [ $this, 'render_meta_box' ] ); }