James Birkett
06-27-2012, 09:17 PM
An Add-on has this code:
$vilxh_visitor[musername] = fetch_musername($vilxh_visitor);
Now, that's calling the fetch_musername function which is fetching the mark-up username.
I have a plugin on the fetch_musername hook that changes the mark-up username.
The mark-up username isn't being changed for this specific code, but it is everywhere else.
Any ideas why?
Add-on: Cyb - Visitors in Last X Hours.
$vilxh_visitor[musername] = fetch_musername($vilxh_visitor);
Now, that's calling the fetch_musername function which is fetching the mark-up username.
I have a plugin on the fetch_musername hook that changes the mark-up username.
The mark-up username isn't being changed for this specific code, but it is everywhere else.
Any ideas why?
Add-on: Cyb - Visitors in Last X Hours.