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
Using the following settings:
p2p_register_connection_type( array( 'name' => 'events_to_events', 'from' => 'event', 'to' => 'event', 'admin_column' => 'any', 'admin_dropdown' => 'to', 'cardinality' => 'one-to-many', ) );
I receive the following notices when trying to filter by an event in the admin.
Notice: Array to string conversion in .../wp-admin/edit.php on line 261 and 352
The text was updated successfully, but these errors were encountered:
Additionally, once I delete an element on the filtered screen I receive...
Warning: Illegal offset type in ../wp-admin/edit.php on line 327
Sorry, something went wrong.
No branches or pull requests
Using the following settings:
I receive the following notices when trying to filter by an event in the admin.
Notice: Array to string conversion in .../wp-admin/edit.php on line 261 and 352
The text was updated successfully, but these errors were encountered: