This new feature allows administrators to see if a XenForo thread is tied to a WordPress thread.
If there is no thread_id, an administrator may go into the WordPress database and add a thread number to the thread_id field. This will tie the available XenForo thread to the WordPress article.
The following shows the thread number in the last column.
Yes, this is possible. This would require the use of an UPDATE statement that is actually causing problems when threads are being written. I'm trying to re-write it and once the UPDATE statement is fixed then it can be used.