andrzej.ol
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by andrzej.ol-
andrzej.ol commented,
Hi, Thanks! It helped, but I spent more than 4 hours to check what is wrong with my code. In your documentation there is info that is should be [CODE=php]die("BAILOUT: $message"); But it has to ...
-
andrzej.ol commented,
Hi, On every call Account::Create I want to check if my package is correct I want to do that in the hook, before create (pre). So I want to stop this call and return own result instead of standar...
-
andrzej.ol created a post,
How to create hook that blocking API Calls
Hi, I am really confused because I want to create hook for my plugin that would block actions in pre stage of hooks. For example I want to create Account::Create action in case of wrong package ...