从Joomla的扩展中删除组件


Delete component from extension in Joomla

在从扩展管理器中删除Joomla组件时。

是否有任何方法可以删除其相关模块和插件?

你可以试试这样做。

jimport( 'joomla.installer.installer');
$installer = JInstaller::getInstance();
$instalelr->uninstall('module', $id);