1250* The dynamic portion of the hook name,`$option`, refers to the option name.1251*1252* @since 3.0.01253*1254* @param string$option Name of the deleted option.1255*/1256do_action("delete_option_{$option}",$option);12571258/**1259* Fires after an option has been deleted.1260*1261* @since 2.9.01262*
History
Introduced in 3.0.0. Unchanged from 6.7.7 through 7.1.0.