Wordpress - Custom Fields and Meta Data
What will this code output if the post has a metadata key 'color' with value 'blue'?
echo get_post_meta($post_id, 'color', true);
echo get_post_meta($post_id, 'color', true);
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions