Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
从扩展管理器中删除 Joomla 组件时。
有什么方法可以删除它的相关模块和插件?
你可以尝试这样的事情。
jimport( 'joomla.installer.installer'); $installer = JInstaller::getInstance(); $instalelr->uninstall('module', $id);