-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Is your feature request related to a problem? Please describe.
I can't specify the event listener priority in the event service provider.
Describe the solution you'd like
A static property on the listener to set the priority.
Describe alternatives you've considered
Registering the listeners in a subscriber or with the facade directly.
Additional context
Laravel used to allow this, it was removed as it's not good practice - listeners should be order-agnostic, however, WordPress uses priorities for core events so the ability to set the priority is still relevant in certain circumstances. The static property should possibly not be exposed by default in listener stubs.
Metadata
Metadata
Assignees
Labels
No labels