question about rules api and how to "attach" or "listen" to an event...
Posted by dlirit on May 18, 2011 at 8:54pm
if a module does something like:
rules_invoke_event('some_event', $some_args)
this means it's "triggering" an action to all modules which have "attached" or are "listening" to this "some_event" event.
how do I "listen" to that event to fire off my own function in my module? havent seen anything on the documentation that
explains that.