Monday, 5 January 2015

Get custom field value

custom field name - test
value - abc

$mykey_values = get_post_custom_values( 'test' );

  echo $mykey_values[0];

result - abc

No comments:

Post a Comment