INVP::meta_array_value_single( array $meta, string $key )
meta_array_value_single
Contents
Description Description
Given a $meta array collection of a post's entire meta data, retrieves the single or first value stored in $key.
Parameters Parameters
- $meta
-
(Required)
- $key
-
(Required) A meta key
Return Return
(string|bool) A single meta value or false if the value does not exist
Source Source
File: includes/class-invp.php
Expand full source code Collapse full source code View on Github