Home › Forums › BP Better Messages › Error when using the ‘get_threads’ function. › Reply To: Error when using the ‘get_threads’ function.
December 9, 2022 at 5:17 pm
#19053
Maarten
Participant
At the moment I am simply doing:
$threads = BP_Better_Messages()->functions->get_threads($current_user->ID);
foreach ($threads as $thread) {
// something
}
I’m happy to keep doing this, I was just wondering if this function will be deprecated, what to do then.