Marquee Addons is a smooth video, text, image, and testimonial marquee carousel loop plugin for Elementor on WordPress
Category Scores
Top Issues by Category
performance13
maintainability12
Issues Details
26 issues found in latest scan
Using exclusionary parameters, like exclude, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.
Traits declared by a theme/plugin should start with the theme/plugin prefix. Found: "Testimonial_Marquee_Content_Text_Unfold".
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$free_widgets".
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Processing form data without nonce verification.
| Code | Type | Message | Count |
|---|---|---|---|
| WordPressVIPMinimum.Performance.WPQueryParams.PostNotIn_exclude | WARNING | Using exclusionary parameters, like exclude, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information. | 13 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedTraitFound | WARNING | Traits declared by a theme/plugin should start with the theme/plugin prefix. Found: "Testimonial_Marquee_Content_Text_Unfold". | 8 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$free_widgets". | 2 |
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 2 |
| WordPress.Security.NonceVerification.Missing | WARNING | Processing form data without nonce verification. | 1 |
Latest Snapshot
Findings
26
Errors
2
Warnings
24
Score History
First score snapshot
First scan completed Jun 20, 2026
v3.9.76 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v3.9.76
94
Latest
- Findings
- 26
- Errors
- 2
- Warnings
- 24
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 94 | 26 | 2 | 24 | v3.9.76 | 2.0.0 | 2026.06-mvp-static-v2 |