Make relationship with a Pods
-
I am working with Pods framework. I would like to make relationship with
Tasks
Pods withUsers
. I need to know how many tasks assigned to a user.I can fetch all
Users
using below code.$users = get_users(array('fields' => array('ID','display_name')));
How can I make relationship with
Tasks
Pods ?https://i.stack.imgur.com/7YIhf.png
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Make relationship with a Pods’ is closed to new replies.