376*377* @since 3.5.0378*379* @param string$value The option value.380* @param int$id Blog ID.381*/382returnapply_filters("blog_option_{$option}",$value,$id);383}384385/**386* Adds a newoptionfor a given blog ID.387*388* 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.