WpStream is a Video Streaming Plugin that lets you broadcast live events and helps you sell tickets or recordings via WooCommerce.
Prioritized issue groups from the latest Plugin Check scan
I18n
1,256
4 issue groups
Security
589
6 issue groups
Maintainability
569
15 issue groups
Sample message
Mismatched text domain. Expected 'wpstream' but got "wpestate".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$ajax_nonce".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$admin_url_onboard'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
$_GET['new_video_name'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['aaiu_upload_file']['error']. Check that the array index exists before using it.
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
Processing form data without nonce verification.
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_FILES['aaiu_upload_file']['error']
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "activate_wpstream".
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: "active_plugins".
Sample message
wp_reset_query() is discouraged. Use wp_reset_postdata() instead.
Sample message
The $text parameter must be a single text string literal. Found: $button_type_label . ' button style'
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
Detected usage of meta_query, possible slow query.
Sample message
Using cURL functions is highly discouraged. Use wp_remote_get() instead.
Sample message
In footer ($in_footer) is not set explicitly wp_register_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
Detected usage of tax_query, possible slow query.
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "WC_Product_Live_Stream".
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "DONOTCACHEPAGE".
Potential connections found in static code analysis.
Outbound calls
170
External assets
7
Incoming endpoints
66
register_rest_route
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
41 more hidden
5 score snapshots
v4.13.1
24
Latest
v4.13
24
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 2,467 | 1,725 | 742 | v4.13.1 | 2.0.0 |
| 24 | 2,466 | 1,724 | 742 | v4.13 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.