I'm attaching a patch to invoke a views_post_execute hook right before view::execute() exits. This is useful for modules that want to manipulate view::result and can't wait until views_pre_render is called, such as Views Custom Field.
| Comment | File | Size | Author |
|---|---|---|---|
| views_post_execute.patch | 425 bytes | infojunkie |
Comments
Comment #1
infojunkieDuplicate of #463922: Creating Post versions of views_pre_execute and views_pre_view.