Export All Posts, Products, Orders, Refunds & Users

Export any WordPress website including WooCommerce data seamlessly with our powerful export plugin. Save records as CSV, XML, or Excel file for secure …

v2.24.1Smackcoders Inc.,Updated Added 7k+ installs66% rating100% support resolved
24
Score
363
Errors
1,130
Warnings
+0
Change

Category Scores

Security0
Repo85
Performance100
Maintainability6

Top Issues by Category

maintainability813
security670
i18n2

Issues Details

1,493 issues found in latest scan

WARNING355
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING355
WordPress.DB.DirectDatabaseQuery.NoCaching

Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().

WARNING284
WordPress.DB.PreparedSQL.InterpolatedNotPrepared

Use placeholders and $wpdb->prepare(); found interpolated variable $addresses_table at "SELECT * FROM $addresses_table WHERE customer_id = %d AND type = 'billing' AND is_primary = 1 LIMIT 1"

ERROR249
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $attr_name used in $wpdb->get_results()\n$attr_name assigned unsafely at line 1065.

ERROR47
WordPress.DB.PreparedSQL.NotPrepared

Use placeholders and $wpdb->prepare(); found $cross_selldata_query

ERROR44
WordPress.DateTime.RestrictedFunctions.date_date

date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.

WARNING27
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $addresses_table used in $wpdb->get_row()\n$addresses_table assigned unsafely at line 249.

WARNING27
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_POST['conditions'] not unslashed before sanitization. Use wp_unslash() or similar

WARNING22
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$customer_rev_class".

ERROR13
PluginCheck.CodeAnalysis.WriteFile.PluginDirectoryWrite

Plugin folders are deleted when upgraded. Do not save data to the plugin folder using file_put_contents(). Detected usage of __FILE__ or __DIR__ magic constant. Use wp_upload_dir() to get the uploads directory path or save to the database instead.

WARNING12
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

WARNING9
WordPress.PHP.DevelopmentFunctions.error_log_error_log

error_log() found. Debug code should not normally be used in production.

WARNING9
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized

Detected usage of a non-sanitized input variable: $_POST['filePath']

WARNING9
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

Detected usage of a possibly undefined superglobal array index: $_POST['conditions']. Check that the array index exists before using it.

WARNING5
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

WARNING4
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "install_csv_importer".

ERROR3
WordPress.WP.AlternativeFunctions.unlink_unlink

unlink() is discouraged. Use wp_delete_file() to delete a file.

WARNING2
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound

Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "EXPORTER_VERSION".

ERROR2
WordPress.WP.I18n.TextDomainMismatch

Mismatched text domain. Expected 'wp-ultimate-exporter' but got 'wp-ultimate-csv-importer'.

WARNING2
trademarked_term

The plugin name includes a restricted term. Your chosen plugin name - "WP Ultimate Exporter" - contains the restricted term "wp" which cannot be used at all in your plugin name.

WARNING1
Generic.PHP.DisallowShortOpenTag.PossibleFound

Possible use of short open tags detected; found: <? php//_e('Important note: Please upgrade...

WARNING1
PluginCheck.CodeAnalysis.WriteFile.ABSPATHDetected

Writing files using ABSPATH may be problematic. Consider using wp_upload_dir() instead if storing user data or generated files.

WARNING1
WordPress.PHP.DevelopmentFunctions.error_log_print_r

print_r() found. Debug code should not normally be used in production.

ERROR1
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$dom'.

ERROR1
WordPress.WP.AlternativeFunctions.file_system_operations_chmod

File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: chmod().

Latest Snapshot

Findings

1,493

Errors

363

Warnings

1,130

Score History

First score snapshot

First scan completed

v2.24.1 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

v2.24.1

24

Latest

Findings
1,493
Errors
363
Warnings
1,130
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins