2234* @since 4.7.0 The `$network_id` parameter was added.2235*2236* @param string$option Name of the network option.2237* @param mixed$value Value of the network option.2238* @param int$network_idID of the network.2239*/2240do_action('add_site_option',$option,$value,$network_id);22412242returntrue;2243}22442245returnfalse;2246}
History
Introduced in 3.0.0. Unchanged from 6.7.7 through 7.1.0.