FoxSecrets
Guest
Member
I need to call a function from my class during the uninstall process.
How can I do that?
Code:
Code:
Continue reading...
Continue reading...
How can I do that?
Code:
Code:
Code:
public function uninstallStep1()
{
\XF::app()->actionRemove();
}
Continue reading...