Wordpress - WordPress Settings and Configuration
Consider this code snippet:
What will be printed?
add_option('theme_color', 'green');
update_option('theme_color', 'blue');
echo get_option('theme_color');What will be printed?
