[Plugin: Posts 2 Posts] Attachment to CPT connection
-
I have created a connection:
p2p_register_connection_type( array(
‘name’ => ‘attachment_to_people’,
‘from’ => ‘attachment’,
‘to’ => ‘people’,
‘reciprocal’ => true,
) );How can I connect an attachment from the media uploader screen to the CPT people.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘[Plugin: Posts 2 Posts] Attachment to CPT connection’ is closed to new replies.