is there any chance of getting post meta data while editing post in wp-admin?
For example –
$price = get_post_meta($post->ID, 'price', true);
isn’t working, and it won’t return post meta data, while editing post. I tried entering value and saving everything, but still it returned nothing.