371*372* @since 3.5.0373*374* @param string$value The option value.375* @param int$id Blog ID.376*/377returnapply_filters("blog_option_{$option}",$value,$id);378}379380/**381* Adds a newoptionfor a given blog ID.382*383* You do not need to serialize values.If the value needs to be serialized, then
History
Introduced in 3.5.0. Unchanged from 6.7.7 through 7.1.0.