In the script below, does the order in which items are declared matter?
For example, if the add_action points to a function that has not yet been defined? Does it ma
It does not matter, as long as it is declared somewhere on the page.
as seen here:
http://codepad.org/aYbO7TYh