I'm not sure I'm following you.
The execution order is just the order of execution (sorry to state the obvious), meaning:
execution order 1: executed first.
execution order 2: executed second.
The same as if you would put both codes into a php file one after the other, or if you would put both code lines into one plugin.
If you run virtually the same code with just a different value, than the second run will just overwrite the first.
|