2209* @since 4.7.0 The `$network_id` parameter was added.2210*2211* @param string$option Name of the network option.2212* @param mixed$value Value of the network option.2213* @param int$network_idID of the network.2214*/2215do_action('add_site_option',$option,$value,$network_id);22162217returntrue;2218}22192220returnfalse;2221}
History
Introduced in 3.0.0. Unchanged from 6.7.7 through 7.1.0.