Wordpress - Custom Fields and Meta Data
What will the following code output?
Assuming post ID 42 has a meta key 'color' with value 'blue'.
echo get_post_meta(42, 'color', true);
Assuming post ID 42 has a meta key 'color' with value 'blue'.
