Quantcast
Channel: WordPress.org Forums » All Posts
Viewing all articles
Browse latest Browse all 119418

aces on "[Plugin: Posts 2 Posts] Debug Notice?"

$
0
0
function my_connection_types() {

	p2p_register_connection_type( array(

		'reciprocal' => true,
		'title' => 'property location',

		'name' => 'property_to_city',
		'from' => 'properties',
		'to' => 'locations',
		'admin_column' => 'any'

	) );
}

add_action( 'p2p_init', 'my_connection_types' );

Viewing all articles
Browse latest Browse all 119418

Trending Articles