Tribe__Events__Community__Shortcodes::new_event_form_url()

Filter the add event form url with the shortcode attribute


Return

(string) The permalink


Top ↑

Source

File: src/Tribe/Shortcodes.php

	public function new_event_form_url() {
		return $this->new_event_url;
	}

Top ↑

Changelog

Changelog
Version Description
4.6.3 Introduced.