Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor cageehv

    (@cageehv)

    Hey arnonalex,

    I checked it and it seems to work fine.

    The cleaner looks for postmeta records that point at a non-existing post/page.

    Try the following query on your database and see if something shows up (replace [prefix] with your own WP prefix)

    `SELECT ‘[prefix]_’ AS site,
    post_id AS ID,
    ‘post meta’ AS type,
    ” AS post_title,
    ” AS post_modified,
    ” AS term_taxonomy_id,
    meta_key,
    meta_value
    FROM [prefix]_postmeta
    WHERE post_id NOT IN
    (SELECT ID FROM [prefix]_posts)
    ORDER BY meta_key

    Let me know what you find.

    Rolf

    Thread Starter arnonalex

    (@arnonalex)

    I’m not a professional so I can not check.
    This may sound funny, but I’m checking with another database cleaning plugin.

    https://he.wordpress.org/plugins/wp-sweep/
    He shows there is garbage left, I do not know if that is true

    https://drive.google.com/file/d/1fi5_TgibvPGeDDY8KRwQABwOU_GhALBk/view

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Orphaned post meta’ is closed to new replies.