This file handles the core of SimpleDesk's plugin system administration.
Directed here from the main administration centre, after permission checks and a few dependencies loaded, this deals solely with managing custom fields.
Expects $context['uninstall_plugin'] to have been defined, as an array with up to four keys: - 'name' as a string of the plugin's name (required) - 'sources' as an array of files to be purged from source file loaders (e.g. SDPluginMymod.php) - 'languages' as an array of files to be purged from language loaders (e.g. SDPluginMymod) - 'functions' as an array of functions to be purged from function calls (e.g. shd_mymod_helpdesk, shd_mymod_adminopts)
Page created in 0.021 seconds with 11 queries.