This processor will register itself as a hook callback.
When registering filter callbacks, do not forget to use WP Filter Result element to return your modified filter value.
Use this flow to perform some actions or modify the filter result. You can access hook related information through the request object.
${request.getHook()} hook name${request.getArguments()} arguments as array${request.getArgument( index)} argument at index place