1178*1179* @since 2.9.01180*1181* @param string$option Name of the added option.1182* @param mixed$value Value of the option.1183*/1184do_action('added_option',$option,$value);11851186returntrue;1187}11881189/**1190* 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.