Since: 2.1
pods_field_raw
Get a field raw value from a Pod
Function Definition
function pods_field_raw ( $pod, $id = false, $name = null, $single = false )
Source File: /pods/includes/general.php
Parameters
Parameter | Type | Details |
---|---|---|
$pod | (string) | The pod name |
$id | (mixed) | (optional) The ID or slug, to load a single record; Provide array of $params to run 'find' |
$name | (string|array) | The field name, or an associative array of parameters |
$single | (boolean) | (optional) For tableless fields, to return the whole array or the just the first item |
Returns
(mixed) Field value