Позволяет использовать интерфейс (платежный шлюз) для оплаты через Робокассу в WooCommerce. Поддерживает интеграцию чеков (закон 54-ФЗ)
Prioritized issue groups from the latest Plugin Check scan
Security
143
7 issue groups
Maintainability
142
16 issue groups
I18n
5
2 issue groups
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$agent_enabled".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$culture['code']'.
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_POST[$key]
Sample message
Detected usage of a possibly undefined superglobal array index: $_REQUEST['InvId']. Check that the array index exists before using it.
Sample message
$_REQUEST['InvId'] not unslashed before sanitization. Use wp_unslash() or similar
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.
Sample message
Processing form data without nonce verification.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "calculate_tax_sum".
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "WC_Robokassa_Blocks".
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.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
Sample message
Missing $domain parameter in function call to _e().
Sample message
Short PHP opening tag used with echo; expected "<?php echo $culture ..." but found "<?= $culture ..."
Sample message
Possible use of short open tags detected; found: <? if (function_exists('wcs_order_contains...
Sample message
File has mixed line endings; this may cause incorrect results
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
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
Mismatched text domain. Expected 'robokassa' but got 'your-text-domain'.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "wc_robokassa_receipt".
Not analyzed yet.
First score snapshot
v1.8.8
27
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 27 | 306 | 95 | 211 | v1.8.8 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.