2222* @since 4.7.0 The `$network_id` parameter was added.2223*2224* @param string$option Name of the network option.2225* @param mixed$value Value of the network option.2226* @param int$network_idID of the network.2227*/2228do_action("add_site_option_{$option}",$option,$value,$network_id);22292230/**2231* Fires after a network option has been successfully added.2232*2233* @since 3.0.02234* @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.