Events ExtensionAfterUpdate / ExtensionAfterInstall - Joomla! Forum - community, help and support
i wanted write plugin run after after updating joomla.
i tried use event extensionafterupdate , without success.
i searched update package joomla_3.3.3-stable_update
and not find event being triggered.
has use events successfully?
is there other way run code after updating joomla.
thank help.
i tried use event extensionafterupdate , without success.
i searched update package joomla_3.3.3-stable_update
code: select all
jpluginhelper::importplugin('extension');
$dispatcher = jeventdispatcher::getinstance();
$dispatcher->trigger('onextensionafterupdate ...
and not find event being triggered.
has use events successfully?
is there other way run code after updating joomla.
thank help.
Comments
Post a Comment