• i got a WP database with a custom prefix which causing the filtered view to fail. No critical bug.

    there is a hardcoded one in the plugins code:

    $columns = $wpdb->get_col("SELECT meta_key FROM wp_postmeta WHERE post_id = $post_id AND meta_key LIKE '%wpcf7s_%' GROUP BY meta_key");

    it’s wp_postmeta!
    found in wp-content/plugins/contact-form-submissions/Admin.php

  • The topic ‘submissions filtered view bug with custom DB prefix’ is closed to new replies.