priority
-
I have a question about the “priority” value passed to addAction().
While the documentation reads “Used to specify the order in which the functions associated with a particular action are executed. Lower numbers correspond with earlier execution, and functions with the same priority are executed in the order in which they were added to the action.”
My question is, how do I find out the existing order of priorities for an action? Say “login” ? If I want something to happen when the username is checked, what priority value is that? How about right before the username is checked, or right after the password is checked?
Is there somewhere that lists this information?
Thanks in advance
The topic ‘priority’ is closed to new replies.