Inventory_Presser_Uninstaller::add_delete_vehicles_link( string[] $actions )
add_delete_vehicles_link
Contents
Description Description
Adds a Delete all Vehicles link near the Deactivate link on the plugins page.
Parameters Parameters
- $actions
-
(string[]) (Required) An array of plugin action links. By default this can include 'activate', 'deactivate', and 'delete'.
Return Return
(string[]) The changed array of plugin action links.
Source Source
File: includes/class-uninstaller.php
Expand full source code Collapse full source code View on Github