Extension:CheckUser/Hooks/SpecialCheckUserGetLinksFromRow
Appearance
For more information about attaching hooks, see Manual:Hooks .
For examples of other extensions using this hook, see Category:SpecialCheckUserGetLinksFromRow extensions.
A hook that wants to override the default generated links must adjust or replace strings in the &$links
variable. Any string added to &$links
must be properly escaped. For convenience the strings in &$links
have array keys, but they are not rendered.
Parameters
[edit]$checkUserPager
: An instance ofAbstractCheckUserPager
$row
: Database row from the cu_changes table, instance ofstdClass
&$links
: Anarray
of HTML strings