I use Penci Review (version 1.0, along with Soledad) to create review posts in my website. I noticed though, that the plugin stores a great amount of content in wp_postmeta, as you can see from the attached image.
After performing the following SQL query, the result shows hundreds of rows related to Penci Review, and most of the corresponding post_id(s) don't belong to posts that have the reviewing feature enabled:
Hello,
I use Penci Review (version 1.0, along with Soledad) to create review posts in my website. I noticed though, that the plugin stores a great amount of content in wp_postmeta, as you can see from the attached image.
After performing the following SQL query, the result shows hundreds of rows related to Penci Review, and most of the corresponding post_id(s) don't belong to posts that have the reviewing feature enabled:
SELECT * FROM `wp_postmeta` WHERE meta_key LIKE 'penci_review%'
Can you tell me whether it's normal or not? If not, which rows can I clear?
Thank you in advance for your help.
Hi,
It's normal because the review data will load for one post when you use penci review & viewing that post.
Also, with other queries, this data doesn't load.
Best Regards,
PenciDesign
Thank you for your answer!