Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to delete ALL ‘Replied to a status update’ older than 100 days?


  • gopa4
    Participant

    @gopa4

    How can I delete ALL ‘Replied to a status update’ posts older than 100 days?

    Is there a plugin or database query for it? I could not find anything on het internet.

    Thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • If you have database access, take a look in wp_bp_activity. This query will find activity item comments:
    SELECT * FROMwp_bp_activityWHEREtype= 'activity_comment'


    gopa4
    Participant

    @gopa4

    How can I only select/delete comments older than 100 days?

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar