tribe_get_linked_post_types()

Returns the linked post types


Return

(array)


Top ↑

Source

File: src/functions/advanced-functions/linked-posts.php

	function tribe_get_linked_post_types() {
		return Tribe__Events__Linked_Posts::instance()->get_linked_post_types();
	}

Top ↑

Changelog

Changelog
Version Description
4.2 Introduced.