Page 1 of 1

detect lowest sidebar plugin

Posted: Sun Dec 04, 2005 9:26 am
by MySchizoBuddy
IS there a way to detect which plugin is the last plugin in the left sidebar and which one is the last in the right sidebar

Re: detect lowest sidebar plugin

Posted: Sun Dec 04, 2005 12:52 pm
by garvinhicking
Yes. Hook on to the "frontend_generate_plugins" event, and check the $eventData array. It is in the order how plugins are executed.

Regards,
Garvin