ND Shortcodes

The plugin adds some useful components to your page builder ( Elementor or WP Bakery Page Builder ). All components are full responsive and retina rea …

v7.8nicdarkUpdated 2025-03-18Added Jun 15, 201620k+ installs66% rating
23
Score
621
Errors
2,426
Warnings
+0
Change

Category Scores

Security0
Repo88
Performance100
Maintainability0

Top Issues by Category

maintainability2,619
security384
i18n41
repo_compliance1

Issues Details

3,047 issues found in latest scan

WARNING2,010
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound

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

ERROR293
missing_direct_file_access_protection

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

ERROR264
WordPress.Security.EscapeOutput.UnsafePrintingFunction

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

WARNING206
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedFunctionFound

Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "nd_options_add_forms_errors_style_rules".

WARNING52
WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedHooknameFound

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

WARNING37
WordPress.Security.ValidatedSanitizedInput.MissingUnslash

$_GET['demo'] not unslashed before sanitization. Use wp_unslash() or similar

WARNING33
WordPress.Security.ValidatedSanitizedInput.InputNotValidated

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

ERROR33
WordPress.WP.I18n.MissingArgDomain

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

WARNING28
WordPress.Security.NonceVerification.Missing

Processing form data without nonce verification.

WARNING27
WordPress.WP.EnqueuedResourceParameters.MissingVersion

Resource version not set in call to wp_enqueue_script(). This means new versions of the script may not always be loaded due to browser caching.

ERROR13
PluginCheck.CodeAnalysis.SettingSanitization.register_settingMissing

Sanitization missing for register_setting().

WARNING13
WordPress.WP.EnqueuedResourceParameters.NotInFooter

In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.

WARNING9
WordPress.Security.NonceVerification.Recommended

Processing form data without nonce verification.

WARNING6
Internal.NoCodeFound

No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.

ERROR5
WordPress.WP.AlternativeFunctions.rand_rand

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

ERROR4
WordPress.WP.I18n.TextDomainMismatch

Mismatched text domain. Expected 'nd-shortcodes' but got 'nicdark-shortcodes'.

ERROR3
WordPress.WP.EnqueuedResourceParameters.NoExplicitVersion

Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_enqueue_style; This means that the WordPress core version will be used which is not recommended for plugin or theme development.

ERROR2
WordPress.WP.I18n.MissingTranslatorsComment

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.

WARNING1
Squiz.PHP.DiscouragedFunctions.Discouraged

The use of function ini_set() is discouraged

WARNING1
WordPress.PHP.DevelopmentFunctions.prevent_path_disclosure_error_reporting

error_reporting() can lead to full path disclosure.

ERROR1
WordPress.WP.AlternativeFunctions.strip_tags_strip_tags

strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.

WARNING1
WordPress.WP.DiscouragedFunctions.wp_reset_query_wp_reset_query

wp_reset_query() is discouraged. Use wp_reset_postdata() instead.

ERROR1
WordPress.WP.I18n.NonSingularStringLiteralText

The $text parameter must be a single text string literal. Found: $nd_options_woo_archive_content_width

ERROR1
WordPress.WP.I18n.TooManyFunctionArgs

Too many parameters passed to function "__()". Expected: 2 parameters, received: 3

ERROR1
outdated_tested_upto_header

Tested up to: 6.7 < 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.

Latest Snapshot

Findings

3,047

Errors

621

Warnings

2,426

Score History

First score snapshot

First scan completed Jun 20, 2026

v7.8 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2

Jun 20, 2026

v7.8

23

Latest

Findings
3,047
Errors
621
Warnings
2,426
Plugin Check
2.0.0
Model
2026.06-mvp-static-v2

Related Plugins