1259* Fires after an option has been deleted.1260*1261* @since 2.9.01262*1263* @param string$option Name of the deleted option.1264*/1265do_action('deleted_option',$option);12661267returntrue;1268}12691270returnfalse;1271}
History
Introduced in 2.9.0. Unchanged from 6.7.7 through 7.1.0.