prepare_post_category_value()
public static function prepare_post_category_value( $value, $field, $mode='entry_detail' )
Prepare the saved value of a Post Category field for display.
Since: Unknown
Source: common.php:5480
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
$value | mixed | The current value of the Field | |
$field | GF_Field | The Field object | |
$mode | string | 'entry_detail' | The mode for which we are retrieving the prepared value (defaults to 'entry_detail' |
Returns
mixed