1265* Fires after an option has been deleted.1266*1267* @since 2.9.01268*1269* @param string$option Name of the deleted option.1270*/1271do_action('deleted_option',$option);12721273returntrue;1274}12751276returnfalse;1277}
History
Introduced in 2.9.0. Unchanged from 6.7.7 through 7.1.0.