Navigation überspringen

[Gelöst] What is the field name of relationship?

This support ticket is created vor 4 years, 4 months. 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.

Dieses Thema enthält 2 Antworten, hat 2 Stimmen.

Zuletzt aktualisiert von randallH-3 vor 4 years, 4 months.

Author
Artikel
#2273805

How can I access the field relationship on the database?

Thanks!

#2274071

Nigel
Unterstützer

Sprachen: Englisch (English ) Spanisch (Español )

Zeitzone: Europe/London (GMT+01: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!