Saltar navegación

[Resuelto] What is the field name of relationship?

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

Este tema contiene 2 respuestas, tiene 2 mensajes.

Última actualización por randallH-3 4 years, 3 months ago.

Autor
Mensajes
#2273805

How can I access the field relationship on the database?

Thanks!

#2274071

Nigel
Colaborador

Idiomas: Inglés (English ) Español (Español )

Zona horaria: 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!