@gujingc
3 years, 10 months ago
We are using the native function of buddyPress to send message between users:
messages_new_message()
We follow the example of this page:
Instead of getting the thread ID, we are getting a False.
How can we get the thread ID?
@wordplus
This function should return thread_id when completed. If you getting false, means you are doing something wrong and thread was not created.