Order Delivery Date Time & Pickup for WooCommerce

During the checkout process, customers can effortlessly choose a delivery date and time for their orders.

v1.3brightvesseldevUpdated Added 500 installs100% rating
29
Score
667
Errors
244
Warnings
+0
Change

Category Scores

Security0
Repo80
Performance98
Maintainability37

Issues to Review

Prioritized issue groups from the latest Plugin Check scan

911 findings

I18n

389

7 issue groups

Security

315

6 issue groups

Maintainability

201

10 issue groups

Performance

1

1 issue group

ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$args[$property.'_icon']'.265
Category
Security
Occurrences
265
Severity
error

Sample message

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

ERRORI18nText Domain MismatchMismatched text domain. Expected 'bp-order-date-time-for-woocommerce' but got 'bp-woopick-delivery'.233
Category
I18n
Occurrences
233
Severity
error

Sample message

Mismatched text domain. Expected 'bp-order-date-time-for-woocommerce' but got 'bp-woopick-delivery'.

ERRORI18nNon Singular String Literal DomainThe $domain parameter must be a single text string literal. Found: Bootstrap::PLUGIN_TEXT_DOMAIN144
Category
I18n
Occurrences
144
Severity
error

Sample message

The $domain parameter must be a single text string literal. Found: Bootstrap::PLUGIN_TEXT_DOMAIN

WARNINGMaintainabilityNon-prefixed hook nameHook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "active_plugins".81
Category
Maintainability
Occurrences
81
Severity
warning

Sample message

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

WARNINGMaintainabilityNon-prefixed classClasses declared by a theme/plugin should start with the theme/plugin prefix. Found: "BDFW".64
Category
Maintainability
Occurrences
64
Severity
warning

Sample message

Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "BDFW".

WARNINGMaintainabilityNon-prefixed functionFunctions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "BDFW_start".25
Category
Maintainability
Occurrences
25
Severity
warning

Sample message

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

WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$activate".17
Category
Maintainability
Occurrences
17
Severity
warning

Sample message

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

WARNINGSecurityMissing nonce verificationProcessing form data without nonce verification.15
Category
Security
Occurrences
15
Severity
warning

Sample message

Processing form data without nonce verification.

WARNINGSecurityRequest data is not unslashed$_POST[$this->unique] not unslashed before sanitization. Use wp_unslash() or similar13
Category
Security
Occurrences
13
Severity
warning

Sample message

$_POST[$this->unique] not unslashed before sanitization. Use wp_unslash() or similar

WARNINGSecurityNonce verification recommendedProcessing form data without nonce verification.12
Category
Security
Occurrences
12
Severity
warning

Sample message

Processing form data without nonce verification.

Show 15 more
WARNINGSecurityInput is not sanitized8
Category
Security
Occurrences
8
Severity
warning

Sample message

Detected usage of a non-sanitized input variable: $_POST[$this->unique]

ERRORMaintainabilityOffloaded Content5
Category
Maintainability
Occurrences
5
Severity
error

Sample message

Found call to wp_enqueue_script() with external resource. Offloading scripts to your servers or any remote service is disallowed.

ERRORI18nNon Singular String Literal Text4
Category
I18n
Occurrences
4
Severity
error

Sample message

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

WARNINGMaintainabilityMissing Version3
Category
Maintainability
Occurrences
3
Severity
warning

Sample message

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.

ERRORI18nMissing Arg Domain3
Category
I18n
Occurrences
3
Severity
error

Sample message

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

ERRORMaintainabilitydate date2
Category
Maintainability
Occurrences
2
Severity
error

Sample message

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

ERRORSecurityUnsafe printing function2
Category
Security
Occurrences
2
Severity
error

Sample message

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

WARNINGMaintainabilityNot In Footer2
Category
Maintainability
Occurrences
2
Severity
warning

Sample message

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.

ERRORI18nMissing Translators Comment2
Category
I18n
Occurrences
2
Severity
error

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.

ERRORI18nNo Empty Strings2
Category
I18n
Occurrences
2
Severity
error

Sample message

The $text text string should have translatable content. Found: ''

WARNINGI18nDiscouraged text-domain loading1
Category
I18n
Occurrences
1
Severity
warning

Sample message

load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.

WARNINGPerformancePost Not In exclude1
Category
Performance
Occurrences
1
Severity
warning

Sample message

Using exclusionary parameters, like exclude, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.

ERRORMaintainabilityfive star reviews detected1
Category
Maintainability
Occurrences
1
Severity
error

Sample message

Linking directly to 5 stars reviews is not allowed.

WARNINGMaintainabilitymismatched plugin name1
Category
Maintainability
Occurrences
1
Severity
warning

Sample message

Plugin name "Order Delivery Date Time & Pickup for WooCommerce" is different from the name declared in plugin header "Order Delivery & Pickup for WooCommerce".

ERRORRepo Compliancemismatched tested up to header1
Category
Repo Compliance
Occurrences
1
Severity
error

Sample message

Mismatched "Tested up to": 6.8.2 != 6.8.3. The "Tested up to" value in the readme file must match the "Tested up to" value in the plugin header. If the plugin header has a "Tested up to" value, it will override the readme value, which can cause confusion.

External Connections

Potential connections found in static code analysis.

16 domains

Outbound calls

213

External assets

5

Incoming endpoints

7

Notable Domains

codestarframework.com172 · outbound
brightplugins.com6 · outbound
openstreetmap.org2 · outbound
php-fig.org2 · outbound
codestarthemes.com1 · outbound

Platform / Reference Domains

github.com9 · platform/reference
w3.org8 · platform/reference
gnu.org2 · platform/reference
wordpress.org1 · platform/reference

External Asset Domains

cdn.jsdelivr.net7 · asset + outbound
npmcdn.com2 · asset + outbound

Incoming Endpoints

No public endpoints detected.

Admin AJAX endpoints7
wp_ajax_csf_authenticated

wp_ajax

wp_ajax_csf-chosenauthenticated

wp_ajax

wp_ajax_csf-exportauthenticated

wp_ajax

wp_ajax_csf-get-iconsauthenticated

wp_ajax

wp_ajax_csf-get-shortcode-authenticated

wp_ajax

wp_ajax_csf-importauthenticated

wp_ajax

wp_ajax_csf-resetauthenticated

wp_ajax

Score History

First score snapshot

v1.3

29

Latest

Findings
911
Errors
667
Warnings
244
Check
2.0.0

Relationship Map

Author, categories, issues, domains, and nearby plugins.

37 nodes

Related Plugins

BOX NOW Delivery

5k+ active installs

99
98
MyParcel

8k+ active installs

94
MyD Delivery Widgets

600 active installs

92