Changes between Initial Version and Version 1 of Ticket #6669, comment 6
- Timestamp:
- 04/15/2016 10:01:05 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6669, comment 6
initial v1 1 1 > Which approach of the two would you recommend? 2 2 3 There is no wrong way of doing it. 3 ~~There is no wrong way of doing it.~~ 4 4 5 5 The bbPress method also works for registering, but I prefer the suggestion I recommended above. … … 9 9 If you use this filter, you can only do checks on the component action name. So there is the potential for conflicts to occur if other plugins use the same component action name to record their notifications and if the plugin is using this filter to format their notifications. 10 10 11 '''Update:''' See my additional thoughts here - comment:1:ticket:7020. 12 11 13 Going to close this as I do not think this is a bug, but feel free to continue replying if you have other questions.