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