1268* Fires after an option has been deleted.1269*1270* @since 2.9.01271*1272* @param string$option Name of the deleted option.1273*/1274do_action('deleted_option',$option);12751276returntrue;1277}12781279returnfalse;1280}
History
Introduced in 2.9.0. Unchanged from 6.7.7 through 7.1.0.