JPluginHelper::importPlugin('user', 'contactcreator');
JDispatcher::getInstance()->trigger(
'onUserAfterSave',
array(
$user,
$isnew,
$success,
$msg
)
);
Created
April 22, 2015 07:24
-
-
Save gunjanpatel/fefdd5cd5929cf04447d to your computer and use it in GitHub Desktop.
trigger joomla user plugin from your component
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment