How to get poster name
-
Hi
I’m just trying to fix a plugin (Moderation Hold) so that it updates the ‘Last Poster’ field correctly when a post is approved.
It currently uses this to set the poster id and name:
$uid = $bb_post->poster_id;
$uname = $bb_post->poster_name;
But the user name doesn’t get returned. Is there a correct function for this?
Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.