Viewing 1 replies (of 1 total)
  • Are you wanting to limit duplicate connection or just the display of duplicate connections?

    if its the forma the you can do the following

    p2p_register_connection_type( array(

    ‘duplicate_connections’ => false
    ) );

    This will stop the creation of duplication connections.

Viewing 1 replies (of 1 total)
  • The topic ‘each_connected’ is closed to new replies.