How do I safely delete the test content

4.79K viewsGeneral
0

I use AskBug. For a few days after installation I have tested this theme by adding the test user / questions / answers / comments. How I can now safely remove the test content, without breaking the current configuration and settings?

Thanks.

0

Hello Tomasz,

Please add query this SQL in PHPMyAdmin.

DELETE from wp_ap_meta WHERE apmeta_type = 'reputation'

This query will remove all reputation log from DB table.

You are viewing 1 out of 2 answers, click here to view all answers.