Wordpress - Custom Fields and Meta Data
What will this code output if the custom field 'rating' does not exist for post 10?
$value = get_post_meta(10, 'rating', true);
echo $value;
$value = get_post_meta(10, 'rating', true);
echo $value;
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions