@AdamDempsey me too facing same error that @kmahgoub facing.
If you have free time could you please advice.
Thank you in advance for your time.
Thanks @AdamDempsey
Are you referring to any ready plugin to build a plugin?- Edited
We don't have one for every page load (that'd be crazy) but we do have quite a bit of signals in the codebase. You can search our codebase on Github for all of the available Signals:
Note:
With the release of v1.14.1 we added quite a bit of new signals so I'm sure you'll find at least one of these helpful.Note:
I just remembered that Github only allows you to search thedevelop
branch which is1.12.x
currently so you won't find all available Signals there. Your best bet is to download v1.14.1 and search the local files forSignal::send(
.Cheers.