2239* @since 4.7.0 The `$network_id` parameter was added.2240*2241* @param string$option Name of the network option.2242* @param mixed$value Value of the network option.2243* @param int$network_idID of the network.2244*/2245do_action("add_site_option_{$option}",$option,$value,$network_id);22462247/**2248* Fires after a network option has been successfully added.2249*2250* @since 3.0.02251* @since 4.7.0 The `$network_id` parameter was added.
History
Introduced in 4.7.0. Unchanged from 6.7.7 through 7.1.0.