Tribe__Events__Linked_Posts::enqueue_scripts()
Source
File: src/Tribe/Linked_Posts.php
public function enqueue_scripts() {
wp_localize_script( 'tribe-events-admin', 'tribe_events_linked_posts', $this->get_post_type_container_data() );
}
File: src/Tribe/Linked_Posts.php
public function enqueue_scripts() {
wp_localize_script( 'tribe-events-admin', 'tribe_events_linked_posts', $this->get_post_type_container_data() );
}