Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/option.php | do_action | 708 | /** * 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. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $option | Name of the added option. |
mixed | $value | Value of the option. |