How to get last active forum user id
-
Hello, please how do I retrieve the user id of the last active user in a forum? To get the last active name requires the following code:
bbp_author_link( array( 'post_id' => bbp_get_forum_last_active_id(), 'type' => 'name' ) );
But how do I get the ID instead of the name?
- You must be logged in to reply to this topic.