You can import & export posts in CSV format for each post type. It is compatible with posts' custom fields and custom taxonomies.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
103
13 issue groups
Security
73
8 issue groups
I18n
34
4 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$cf_results".
Sample message
Mismatched text domain. Expected 'csv-import-and-exporter' but got 'really-simple-csv-importer'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$post_type'.
Sample message
$_POST['_wpnonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['limit']. Check that the array index exists before using it.
Sample message
Detected usage of a non-sanitized input variable: $_POST['_wpnonce']
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "CSV_Import_and_Exporter".
Sample message
Processing form data without nonce verification.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "CSVIAE_PLUGIN_BASENAME".
Sample message
A function call to __() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.
Sample message
Use placeholders and $wpdb->prepare(); found $prepare
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
Sample message
Resource version not set in call to wp_enqueue_style(). This means new versions of the style may not always be loaded due to browser caching.
Sample message
The $domain parameter must be a single text string literal. Found: $this->textdomain
Sample message
The $text parameter must be a single text string literal. Found: $text
Sample message
Function "set_post_thumbnail()" requires WordPress 3.1.0, but your plugin minimum supported version is WordPress 3.0.0.
Sample message
Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead
Sample message
Unescaped parameter $prepare used in $wpdb->get_results()\n$prepare assigned unsafely at line 104.
Potential connections found in static code analysis.
Outbound calls
9
External assets
0
Incoming endpoints
2
No external asset domains detected.
wp_ajax
wp_ajax
First score snapshot
v1.0.1
32
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 32 | 221 | 83 | 138 | v1.0.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.