Tagged Questions
0
votes
2answers
100 views
[Multisite]How can I update custom blog option?
I wanted to update custom blog option created thru Settings Api using the function update_blog_option. I created this code.
$country_base = get_blog_option($blog_id, 'mytheme_options');//retrieve ...