2241* @since 4.7.0 The `$network_id` parameter was added.2242*2243* @param string$option Name of the network option.2244* @param mixed$value Value of the network option.2245* @param int$network_idID of the network.2246*/2247do_action("add_site_option_{$option}",$option,$value,$network_id);22482249/**2250* Fires after a network option has been successfully added.2251*2252* @since 3.0.02253* @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.