• Resolved mehmettk

    (@mehmettk)


    DELETE p, r, m
    FROM wp_posts p
    LEFT JOIN wp_term_relationships r ON (p.ID = r.object_id)
    LEFT JOIN wp_postmeta m ON (p.ID = m.post_id)
    WHERE p.post_type = ‘revision’;

    What does this code ?

Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘What is this code ? Help please’ is closed to new replies.