1258* The dynamic portion of the hook name,`$option`, refers to the option name.1259*1260* @since 3.0.01261*1262* @param string$option Name of the deleted option.1263*/1264do_action("delete_option_{$option}",$option);12651266/**1267* Fires after an option has been deleted.1268*1269* @since 2.9.01270*
History
Introduced in 3.0.0. Unchanged from 6.7.7 through 7.1.0.