do_action( "uninstall_{$file}" )

Fires in uninstall_plugin() once the plugin has been uninstalled.


Description Description

The action concatenates the ‘uninstall_’ prefix with the basename of the plugin passed to uninstall_plugin() to create a dynamically-named action.


Source Source

File: wp-admin/includes/plugin.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.7.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.