A useful shortcode and widget collection for Weaver Xtreme
Prioritized issue groups from the latest Plugin Check scan
I18n
1,330
3 issue groups
Security
303
6 issue groups
Maintainability
35
13 issue groups
Sample message
Mismatched text domain. Expected 'weaverx-theme-support' but got 'show-sliders'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<li><strong><em>$tlink</em></strong> "'.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Detected usage of a non-sanitized input variable: $_FILES['uploaded']['name']
Sample message
Translatable string should not be wrapped in HTML. Found: '<em>Feed title:</em> '
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
$_POST['theme_picked'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$php_version".
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER['SERVER_SOFTWARE']. Check that the array index exists before using it.
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: "Weaver_Widget_Elementor".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "the_content".
Sample message
wp_reset_query() is discouraged. Use wp_reset_postdata() instead.
Sample message
Missing $domain parameter in function call to esc_html_e().
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "weaver_xtreme_load_admin_action".
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: rmdir().
Not analyzed yet.
First score snapshot
v7.0.1
34
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 34 | 1,668 | 1,625 | 43 | v7.0.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.