How to list the Hooks and order of execution in current loading page? [duplicate]
IT Nursery
May 19, 2022
0
I need to know the list of hooks that are called in the current page . How to identify the priority assigned to the action and filters in the action . If i want to remove the default action on word-press . It cause any error ? May i overwrite the default action that to be execute?
in this case i change the priority as 50 . i don’t get any changes compare with 10 or Default. if This Priority value is for order of execution means i need to change the values as bigger or smaller?.