1181*1182* @since 2.9.01183*1184* @param string$option Name of the added option.1185* @param mixed$value Value of the option.1186*/1187do_action('added_option',$option,$value);11881189returntrue;1190}11911192/**1193* 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.