1267* Fires after an option has been deleted.1268*1269* @since 2.9.01270*1271* @param string$option Name of the deleted option.1272*/1273do_action('deleted_option',$option);12741275returntrue;1276}12771278returnfalse;1279}
History
Introduced in 2.9.0. Unchanged from 6.7.7 through 7.1.0.