alch_get_post_meta
Parameters
Return values
Example
In the loop
if( have_posts() ) {
while ( have_posts() ) {
the_post();
$postMeta = alch_get_post_meta( get_the_ID(), 'meta-id' );
}
}Outside the loop
Default value
Last updated