Include all relevant attachments in your export.
| Code | Message | Location | Category | |
|---|---|---|---|---|
| ERROR | plugin_header_no_license | Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license. | — | Plugin Repo |
| ERROR | PluginCheck.Security.DirectDB.UnescapedDBParameter | Unescaped parameter $query used in $wpdb->get_col($query)\n$query used without escaping. | 92:34 | Security |
| ERROR | WordPress.DB.PreparedSQL.NotPrepared | Use placeholders and $wpdb->prepare(); found $query | 92:43 | Security |
| ERROR | PluginCheck.Security.DirectDB.UnescapedDBParameter | Unescaped parameter $posts used in $wpdb->get_col(sprintf( "SELECT meta_value FROM {$wpdb->postmeta} WHERE meta_key = '_thumbnail_id' AND post_id IN(%s)", implode(',', $posts) ))\n$posts assigned unsafely at line 92:\n $posts = array_filter( $wpdb->get_col( $query ) )\n$query used without escaping. | 94:19 | Security |
| ERROR | WordPress.DB.PreparedSQL.NotPrepared | Use placeholders and $wpdb->prepare(); found $posts | 94:146 | Security |
| ERROR | PluginCheck.Security.DirectDB.UnescapedDBParameter | Unescaped parameter $q used in $wpdb->get_col($q)\n$q assigned unsafely at line 109:\n $q = str_replace( 'SELECT ID FROM ', 'SELECT post_content FROM ', $query ) . ' AND post_content REGEXP "((wp-image-|wp-att-)[0-9][0-9]*)|\\\\\\[(gallery|playlist) |<!-- wp:(gallery|audio|image|video) |href=|src="' \n$query used without escaping. | 110:21 | Security |
| ERROR | WordPress.DB.PreparedSQL.NotPrepared | Use placeholders and $wpdb->prepare(); found $q | 110:30 | Security |
| ERROR | PluginCheck.Security.DirectDB.UnescapedDBParameter | Unescaped parameter $q used in $wpdb->get_results($q)\n$q assigned unsafely at line 197:\n $q = sprintf( "SELECT post_id, meta_key, meta_value FROM {$wpdb->postmeta} WHERE meta_key IN('_wp_attached_file', '_wp_attachment_metadata') AND post_id IN(%s)", implode( ',', $chunk ) )\n$chunk assigned unsafely at line 195:\n $chunk = array_slice( $attachment_ids, $i * 1000, 1000 )\n$attachment_ids assigned unsafely at line 192:\n $attachment_ids = array_keys( $attachments )\n$attachments used without escaping. | 198:20 | Security |
| ERROR | WordPress.DB.PreparedSQL.NotPrepared | Use placeholders and $wpdb->prepare(); found $q | 198:33 | Security |
| ERROR | WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$dkzrExportMediaWithContent". | 262:1 | Plugin Repo |
| 11/13/2025, 2:11:27 AM | 9s | 92 | 10 | 12 |