PDA

View Full Version : Hook called every page load


CampinCarl
14 Mar 2009, 02:47
I'm working on a plugin and need a hook location that is called on every page load.

What would be a good hook to use for this?

TigerC10
14 Mar 2009, 03:47
global_start is a nice one... Pretty much anything that says global will be fine.

CampinCarl
14 Mar 2009, 04:15
Thank you :)

Dismounted
14 Mar 2009, 05:00
Note that not everything you need will always exist there.