Extension:CheckUser/Hooks/CheckUserInsertForRecentChange
Appearance
(Redirected from Manual:Hooks/CheckUserInsertForRecentChange)
Deprecated: This feature is deprecated and should no longer be used, however it is possibly still available for reasons of backwards compatibility. |
For more information about attaching hooks, see Manual:Hooks.
For examples of other extensions using this hook, see Category:CheckUserInsertForRecentChange extensions.
Allows extensions to intercept and modify the data inserted to cu_changes table when triggered by a RecentChange insert.
Parameters
[edit]$rc: The database row triggering the insert, instance ofRecentChange&$rcRow: AnarrayThe database row to be inserted to cu_changes table