WP Hook Processor

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.

OK flow

Use this flow to perform some actions or modify the filter result. You can access hook related information through the request object.