Skip to content

Package Hooks Priority #2

@marcopeg

Description

@marcopeg

Every single hook in a package should expose it's own priority property or inherith from the package one:

// inherit
hook1: function() {},

// define its own priority
hook2: {
    priority: 2000,
    callback: function() {}
}

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions