On this page
do_action( 'added_option', string $option, mixed $value )
Fires after an option has been added.
Parameters
$optionstring-
Name of the added option.
$valuemixed-
Value of the option.
Source
File: wp-includes/option.php. View all references
do_action( 'added_option', $option, $value );
Related
Used By
| Used By | Description |
|---|---|
| add_option() wp-includes/option.php | Adds a new option. |
Changelog
| Version | Description |
|---|---|
| 2.9.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/added_option