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}1353returnnull;1354}13551356//1357// Menu.
History
Introduced in 2.7.0. Unchanged from 6.7.7 through 7.1.0.