Uses
Uses | Description |
---|---|
wp-admin/includes/plugin.php: pre_uninstall_plugin | Fires in uninstall_plugin() immediately before the plugin is uninstalled. |
wp-admin/includes/plugin.php: uninstall_{$file} | Fires in uninstall_plugin() once the plugin has been uninstalled. |
wp-includes/plugin.php: plugin_basename() | Gets the basename of a plugin. |
wp-includes/plugin.php: wp_register_plugin_realpath() | Register a plugin’s real path. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |
wp-includes/plugin.php: add_action() | Hooks a function on to a specific action. |
wp-includes/option.php: update_option() | Updates the value of an option that was already added. |
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |