1256* The dynamic portion of the hook name,`$option`, refers to the option name.1257*1258* @since 3.0.01259*1260* @param string$option Name of the deleted option.1261*/1262do_action("delete_option_{$option}",$option);12631264/**1265* Fires after an option has been deleted.1266*1267* @since 2.9.01268*
History
Introduced in 3.0.0. Unchanged from 6.7.7 through 7.1.0.