Event_Status::hooks()

Setup the hooks for Event Status integration.

Contents


Source

File: src/Tribe/Integrations/Event_Status.php

	public function hooks() {
		add_action( 'tribe_events_community_form_before_linked_posts', [ $this, 'render_meta_box' ] );
	}

Top ↑

Changelog

Changelog
Version Description
4.8.11 Introduced.