1172*1173* @since 2.9.01174*1175* @param string$option Name of the added option.1176* @param mixed$value Value of the option.1177*/1178do_action('added_option',$option,$value);11791180returntrue;1181}11821183/**1184* 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.