Action hook 'added_option'

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

Description

Fires after an option has been added.

Occurrences

Filename Line Number
wp-includes/option.php 1164

Parameters

Type Name Description
string $option Name of the added option.
mixed $value Value of the option.

PHP Doc

/**
	 * Fires after an option has been added.
	 *
	 * @since 2.9.0
	 *
	 * @param string $option Name of the added option.
	 * @param mixed  $value  Value of the option.
	 */