tribe_get_linked_post_container( $post_type )

Returns the post type’s form field container name


Parameters

$linked_post_type

(string) (Required) Linked post type


Top ↑

Return

(string)


Top ↑

Source

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

	function tribe_get_linked_post_container( $post_type ) {
		return Tribe__Events__Linked_Posts::instance()->get_post_type_container( $post_type );
	}

Top ↑

Changelog

Changelog
Version Description
4.2 Introduced.