Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multisite problem #474

Open
flowdee opened this issue Apr 13, 2015 · 1 comment
Open

Multisite problem #474

flowdee opened this issue Apr 13, 2015 · 1 comment

Comments

@flowdee
Copy link

flowdee commented Apr 13, 2015

p2p doesn't save connections within (not crossover blogs!) a multisite installation. Worked fine before I upgraded the installation to multisite.

Already tried it in combination with "Proper Network Activation" but the connections are not being saved after adding them. Any suggestions?

add_action('p2p_init', function () {
    p2p_register_connection_type(array(
        'name' => 'bookauthors_to_books',
        'from' => 'bookauthor',
        'to' => 'book',
        'admin_column' => 'any'
    ));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@flowdee and others