1180*1181* @since 2.9.01182*1183* @param string$option Name of the added option.1184* @param mixed$value Value of the option.1185*/1186do_action('added_option',$option,$value);11871188returntrue;1189}11901191/**1192* Removes an option by name. Prevents removal of protected WordPress options.
History
Introduced in 2.9.0. Unchanged from 6.7.7 through 7.1.0.