View Single Post
fysiks
Veteran Member
Join Date: Sep 2007
Location: Flatland, USA
Old 07-25-2018 , 14:46   Re: func vs func_POST
Reply With Quote #2

Generally, "post" means that your code will get executed after the event occurs. This means that you cannot modify the event itself because it already happened. If a hook is "pre" then your code gets executed before the event occurs which allows you to modify the event (depending on the event and type of hook it is).
__________________
fysiks is offline