WPS Menu Exporter

WPS Menu Exporter lets you export only your WordPress menus via the WordPress Export page.

v1.3.7.2NicolasKulkaUpdated 2025-06-24Added Apr 20, 201810k+ installs74% rating
40
Score
47
Errors
22
Warnings
+0
Change

Category Scores

Security0
Repo88
Performance100
Maintainability82

Top Issues by Category

Issues Details

69 issues found in latest scan

ERROR38
WordPress.Security.EscapeOutput.OutputNotEscaped

All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"\t<wp:term><wp:term_id>{$menu->term_id}</wp:term_id><wp:term_taxonomy>nav_menu</wp:term_taxonomy><wp:term_slug>{$menu->slug}</wp:term_slug>"'.

WARNING5
WordPress.DB.DirectDatabaseQuery.DirectQuery

Use of a direct database call is discouraged.

WARNING5
WordPress.DB.DirectDatabaseQuery.NoCaching

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

WARNING3
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

WARNING3
trademarked_term

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

WARNING2
WordPress.DB.PreparedSQL.InterpolatedNotPrepared

Use placeholders and $wpdb-&gt;prepare(); found interpolated variable $where at &quot;SELECT * FROM {$wpdb-&gt;posts} $where&quot;

ERROR2
WordPress.DateTime.RestrictedFunctions.date_date

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

ERROR2
WordPress.Security.EscapeOutput.UnsafePrintingFunction

All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.

WARNING1
PluginCheck.Security.DirectDB.UnescapedDBParameter

Unescaped parameter $where used in $wpdb-&gt;get_results()\n$where assigned unsafely at line 253.

ERROR1
WordPress.WP.AlternativeFunctions.rand_rand

rand() is discouraged. Use the far less predictable wp_rand() instead.

WARNING1
WordPress.WP.DeprecatedFunctions.seems_utf8Found

seems_utf8() has been deprecated since WordPress version 6.9.0. Use wp_is_valid_utf8() instead.

ERROR1
WordPress.WP.I18n.MissingArgDomain

Missing $domain parameter in function call to __().

ERROR1
missing_direct_file_access_protection

PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;

ERROR1
outdated_tested_upto_header

Tested up to: 6.8 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.

WARNING1
plugin_header_invalid_domain_path

The "Domain Path" header in the plugin file must start with forward slash.

WARNING1
readme_parser_warnings_too_many_tags

One or more tags were ignored. Please limit your plugin to 5 tags.

ERROR1
wp_function_not_compatible_with_requires_wp

Function "utf8_encode()" requires WordPress 6.9.0, but your plugin minimum supported version is WordPress 4.2.0.

Latest Snapshot

Findings

69

Errors

47

Warnings

22

Score History

First score snapshot

First scan completed Jun 20, 2026

v1.3.7.2 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 20, 2026

v1.3.7.2

40

Latest

Findings
69
Errors
47
Warnings
22
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins