do_action( ‘added_option’, string $option, mixed $value )

In this article

Fires after an option has been added.

Parameters

$optionstring
Name of the added option.
$valuemixed
Value of the option.

Source

do_action( 'added_option', $option, $value );

Changelog

VersionDescription
2.9.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.