Wordpress - Custom Fields and Meta Data
What will be the output of this code snippet?
add_option('footer_text', 'Goodbye!');
update_option('footer_text', 'See you!');
echo get_option('footer_text');