2251* @since 4.7.0 The `$network_id` parameter was added.2252*2253* @param string$option Name of the network option.2254* @param mixed$value Value of the network option.2255* @param int$network_idID of the network.2256*/2257do_action('add_site_option',$option,$value,$network_id);22582259returntrue;2260}22612262returnfalse;2263}
History
Introduced in 3.0.0. Unchanged from 6.7.7 through 7.1.0.