Provides a cash payment method with Openpay for WooCommerce.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
103
16 issue groups
I18n
45
4 issue groups
Security
40
5 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$_tests_dir".
Sample message
Mismatched text domain. Expected 'openpay-stores' but got 'openpay_stores'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '" - {$file}\n"'.
Sample message
Short PHP opening tag used with echo; expected "<?php echo $images_url ..." but found "<?= $images_url ..."
Sample message
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$e'.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "_install_woocommerce".
Sample message
Detected usage of a non-sanitized input variable: $_SERVER['HTTP_CLIENT_IP']
Sample message
$_SERVER['HTTP_CLIENT_IP'] not unslashed before sanitization. Use wp_unslash() or similar
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
The $text text string should have translatable content. Found: ''
Sample message
Function "has_block()" requires WordPress 5.0.0, but your plugin minimum supported version is WordPress 4.8.0.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "WC_TAX_ROUNDING_MODE".
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
Missing $domain parameter in function call to __().
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "Openpay Stores Plugin" - contains the restricted term "plugin" which cannot be used at all in your plugin name.
Sample message
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.
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
Use placeholders and $wpdb->prepare(); found interpolated variable {$table} at "SHOW TABLES LIKE '{$table}'"
Sample message
Using date_default_timezone_set() and similar isn't allowed, instead use WP internal timezone support.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "TestableOpenpayWebhookProcessorService".
Sample message
error_log() found. Debug code should not normally be used in production.
Potential connections found in static code analysis.
Outbound calls
57
External assets
12
Incoming endpoints
0
No public endpoints detected.
First score snapshot
v2.0.1
31
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 31 | 196 | 121 | 75 | v2.0.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.