I am using WooCommerce and so I have a CPT for 'Products'.
I also use Metabox to create a CPT for 'Educators'.
I have also created a relationship between Products and Educators.
Now in WooCommerce, customers can submit a review for the product. I want to relate the review that the customer submits for the product with the educator such that I can display that specific review on the educator's single template.
I also want to display other reviews for the educator from other products on the educator single template.
Is this possible with Metabox?