Forums
Forums / Plugins / pods: list all pods
(@geeday)
11 years, 10 months ago
This feels like a stupid question, but the only way I can seem to get a list of existing Pods is to query the database (wp_posts) directly.
all examples of the Pods API seem to be for searching existing pods of which you know the name.
TIA.
G
(@sc0ttkclark)
load_pods method in PodsAPI:
$all_pods = pods_api()->load_pods();
Sir, you are a legend…..
The topic ‘pods: list all pods’ is closed to new replies.