Skip Navigation

[Resolved] What is the field name of relationship?

This support ticket is created 2 years, 10 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

This topic contains 2 replies, has 2 voices.

Last updated by randallH-3 2 years, 10 months ago.

Author
Posts
#2273805

How can I access the field relationship on the database?

Thanks!

#2274071

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+00:00)

Check the relationships API here: https://toolset.com/documentation/customizing-sites-using-php/post-relationships-api/

Details are stored in the custom database tables wp_toolset_relationships, wp_toolset_type_sets, wp_toolset_connected_elements, and wp_toolset_associations, but these should not be accessed directly.

#2277329

My issue is resolved now. Thank you!