Concept Flow - Hook priority and arguments
Add Hook with Priority
WordPress Stores Hook
Trigger Hook Event
WordPress Sorts Hooks by Priority
Call Hook Functions in Order
Pass Arguments to Hook Functions
Functions Execute with Arguments
WordPress stores hooks with their priority and arguments, then calls them in order passing the arguments when the hook runs.