Prevent system Plugin from running on the back end? - Joomla! Forum - community, help and support


what's best way make sure system plugin doesn't run in back-end (admin)? if possible, please provide code sample.

thanks!

whycali wrote:what's best way make sure system plugin doesn't run in back-end (admin)? if possible, please provide code sample.

thanks!

$app = jfactory::getapplication();

if($app->isadmin()) {
return;
}

ian





Comments

Popular posts from this blog

How to decompile jsxbin to jsx

Gavik Photoslide GK2: Not able to upload photos - Joomla! Forum - community, help and support

Phoca Guestbook logger registret bruger af - Joomla! Forum - community, help and support