We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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' )); });
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: