Are there any PHP hooks available? I'm aware there are web hooks available but those are good for integrating with external applications. I'd like to integrate Amelia with other WordPress plugins.
JS files are modified (minimized) in public version of plugin (in our development environment is accessible), but unfortunately I can not send you our source code because that is the policy of our company.
All those files that have extension .vue are compressed and minimized in JS files that is very hard and not recommended modifying. So in order to add some other features you can unminify the js and customize it.
Are there any PHP hooks available? I'm aware there are web hooks available but those are good for integrating with external applications. I'd like to integrate Amelia with other WordPress plugins.
Hi Glenton,
thank you for reaching out to us
Unfortunately we don't have hooks (action and filters) at the moment. What we have is a few JS hooks that is triggered depends on the view:
JS files are modified (minimized) in public version of plugin (in our development environment is accessible), but unfortunately I can not send you our source code because that is the policy of our company.
All those files that have extension .vue are compressed and minimized in JS files that is very hard and not recommended modifying. So in order to add some other features you can unminify the js and customize it.
Hope this helps.