Apr 30, 2025 2:57 pm
Where to we check the WP Foro users' read and unread topics? Which database table?
1 Reply
May 01, 2025 12:39 pm
Hi @harveysamui ,
There is no full database of the read/unread topics in wpForo. It's a dynamic data and based on the date of user clicks the Mark all read link in the footer. Also it uses some log data stored in the wp_usermeta table.