996*997* @since 4.4.0998*999* @param string$plugin_file Path to the plugin file relative to the plugins directory.1000* @param bool$deleted Whether the plugin deletion was successful.1001*/1002do_action('deleted_plugin',$plugin_file,$deleted);10031004if(!$deleted){1005$errors[]=$plugin_file;1006continue;1007}1008
History
Introduced in 4.4.0. Unchanged from 6.7.7 through 7.1.0.