2197* @since 4.7.0 The `$network_id` parameter was added.2198*2199* @param string$option Name of the network option.2200* @param mixed$value Value of the network option.2201* @param int$network_idID of the network.2202*/2203do_action("add_site_option_{$option}",$option,$value,$network_id);22042205/**2206* Fires after a network option has been successfully added.2207*2208* @since 3.0.02209* @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.