p2p-wpml icon indicating copy to clipboard operation
p2p-wpml copied to clipboard

A Wordpress plugin that integrates iCanLocalize's WPML and Posts 2 Posts.

Results 2 p2p-wpml issues
Sort by recently updated
recently updated
newest added

Fix error `undefined variable fromConnection in /wp-content/plugins/p2p-wpml/synchonizer.php on line 194`. Reproduce the error: 1. Create two custom post types and register a p2p connection. 2. Add new post (post_type_a) and...

Been battling with this issue for a while and was finally able to debug it. The get_translated_connection_ids() method was incorrectly only returning one ID instead of an array of all...