Changes between Initial Version and Version 1 of Ticket #6569, comment 19
- Timestamp:
- 08/06/2015 10:15:42 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6569, comment 19
initial v1 1 1 `'bp_activity_add'` is an example of a superfluous hook; BP has way too many of them. You should really be using the `'bp_activity_after_save'` hook for stuff like this. 2 2 3 Check for your posted meta in the `$_POST` global.3 With imath's patch, you should be able to check for your posted meta in the `$_POST` global during the `'bp_activity_after_save'` hook.