Themekraft / wc4bp

WooCommerce BuddyPress Integration
GNU General Public License v2.0
18 stars 8 forks source link

Migrate All Sync function #157

Closed gfirem closed 6 years ago

gfirem commented 6 years ago

The process of create the groups and fields in buddypress are deprecated, it use an array to create all the fields and then it try to reuse it. But is not the best process. We need to migrate this process to use OO and the woocommerce information.

Related Class.

wordpress/wp-content/plugins/wc4bp-premium/class/core/wc4bp-sync.php wordpress/wp-content/plugins/wc4bp-premium/admin/wc4bp-activate.php

gfirem commented 6 years ago

This is resolve in the 3.0.16. We reuse the array and if the object exist we convert to array