Action hook 'add_site_option'

in WP Core File wp-includes/option.php at line 2192

Description

Fires after a network option has been successfully added.

Occurrences

Filename Line Number
wp-includes/option.php 2192

Parameters

Type Name Description
string $option Name of the network option.
mixed $value Value of the network option.
int $network_id ID of the network.

PHP Doc

/**
		 * Fires after a network option has been successfully added.
		 *
		 * @since 3.0.0
		 * @since 4.7.0 The `$network_id` parameter was added.
		 *
		 * @param string $option     Name of the network option.
		 * @param mixed  $value      Value of the network option.
		 * @param int    $network_id ID of the network.
		 */