lacruzwebdev
Results
1
comments of
lacruzwebdev
@tislars 'acfe_bidirectional' is using ACF Extended, which is no longer needed for bidirectional relationship since it's already included in ACF natively. Try with this: ```php $productGroup ->setLocation('post_type', '==', 'product-group') ->addRelationship('group_product_locations',...