Supercharge your WordPress site with Telegram! Broadcast posts, automate notifications, and build interactive bots for your users, groups, and channel …
Prioritized issue groups from the latest Plugin Check scan
Security
195
8 issue groups
Maintainability
87
16 issue groups
I18n
7
1 issue group
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$args['after_title']'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$COMMAND".
Sample message
$_GET['_wpnonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_GET['_wpnonce']
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['telegram_m_send_content']. Check that the array index exists before using it.
Sample message
Missing $domain parameter in function call to __().
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "manage_edit-telegram_groups_columns_filter".
Sample message
get_page_by_title() has been deprecated since WordPress version 6.2.0. Use WP_Query instead.
Sample message
Processing form data without nonce verification.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "getFullPath".
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
query_posts() is discouraged. Use WP_Query instead.
Sample message
Writing files using ABSPATH may be problematic. Consider using wp_upload_dir() instead if storing user data or generated files.
Sample message
Use placeholders and $wpdb->prepare(); found $sql
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
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
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.
Potential connections found in static code analysis.
Outbound calls
13
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
First score snapshot
v4.1.1
33
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 33 | 295 | 182 | 113 | v4.1.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.