Pods Alternative Cache
Pods Alternative Cache is a file-based or database-based caching solution for hosts that have limitations on object caching.
Pods Alternative Cache is a file-based or database-based caching solution for hosts that have limitations on object caching.
Find items of a pod.
Fetch an item from a Pod.
Return the value for a field.
Return the output for a field.
Action Hook Reference
Set up the Pods class object for a specific pod.
Setting Caching in Pods Shortcode
Working with WordPress Roles & Capabilities for managing User Accounts and their access.
From Andy Fuchs/Tiptronic /* Customize a pod including re-ordering */ $object = pods('test'); $fields = array(); /* collect all fields of the pod into an array */ foreach($object->fields as $field => $data) { $fields[$field] = array('label' => $data['label']); } /* add a WP default field */ $fields['content'] = array('label' => __('content')); /* if you want …