1345*1346* The action concatenates the 'uninstall_' prefix with the basename of the1347* plugin passed to uninstall_plugin() to create a dynamically-named action.1348*1349* @since 2.7.01350*/1351do_action("uninstall_{$file}");1352}1353}13541355//1356// Menu.1357//
History
Introduced in 2.7.0. Unchanged from 6.7.7 through 7.1.0.