If you have a plugin on a class which is deleted, report all your afterbefore and around methods from your class.
If you have a plugin defined on a class which didnt exist until this upgrade, report only the relevant around/before/after plugins that actually have a function defined in the target class.
You'll have the patchfile with all its data, as well as a pointer to the configured plugin and any methods that may need reviewed. so the process is now the same whether it is a create/update/delete
Checklist
[x] Pull request has a meaningful description of its purpose
[x] All commits are accompanied by meaningful commit messages
after
before
andaround
methods from your class.around
/before
/after
plugins that actually have a function defined in the target class.You'll have the patchfile with all its data, as well as a pointer to the configured plugin and any methods that may need reviewed. so the process is now the same whether it is a create/update/delete
Checklist