alch_get_post_meta
Last updated
Last updated
Function alch_get_post_meta
allows you to get the saved meta value of a post.
For client-side use .
The function takes $postID
, $metaID
and optional $default
as parameters. $metaID
should match the id
of some field in the .
Return value can be of several types, depending on the .
NB: If the field is of type, the value will not be autop'ed, make sure you wrap it in yourself.
You can pass the default value as the 3rd argument.
In this case $postMeta
will always have a value.