What’s the difference between get_site_option and get_blog_option?
get_option() returns an option for the current blog. In single site installation, the current blog is the only blog. So get get_option() returns the option for it. get_site_option() is used to retrieve an option network-wide. It means that you can get the same option from any site of the network. When this function is used … Read more