AI Writer & content generator for WordPress & WooCommerce. Auto blogging, AI writing plugin, product descriptions and SEO content.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Maintainability
353
9 issue groups
Security
163
5 issue groups
I18n
2
1 issue group
Performance
1
1 issue group
WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.171
- Category
- Maintainability
- Occurrences
- 171
- Severity
- warning
Sample message
Use of a direct database call is discouraged.
WARNINGMaintainabilityNo CachingDirect database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().152
- Category
- Maintainability
- Occurrences
- 152
- Severity
- warning
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
WARNINGSecurityInterpolated SQL is not preparedUse placeholders and $wpdb->prepare(); found interpolated variable $logs_table_name at "ALTER TABLE $logs_table_name ADD COLUMN `disable_ai_images` TINYINT(1) DEFAULT 0"89
- Category
- Security
- Occurrences
- 89
- Severity
- warning
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $logs_table_name at "ALTER TABLE $logs_table_name ADD COLUMN `disable_ai_images` TINYINT(1) DEFAULT 0"
WARNINGSecurityDatabase parameter is not escapedUnescaped parameter $aioseo_table used in $wpdb->get_var()\n$aioseo_table assigned unsafely at line 1526.67
- Category
- Security
- Occurrences
- 67
- Severity
- warning
Sample message
Unescaped parameter $aioseo_table used in $wpdb->get_var()\n$aioseo_table assigned unsafely at line 1526.
WARNINGMaintainabilitySchema ChangeAttempting a database schema change is discouraged.12
- Category
- Maintainability
- Occurrences
- 12
- Severity
- warning
Sample message
Attempting a database schema change is discouraged.
ERRORMaintainabilityNo Explicit VersionVersion parameter is not explicitly set or has been set to an equivalent of "false" for wp_register_script; This means that the WordPress core version will be used which is not recommended for plugin or theme development.10
- Category
- Maintainability
- Occurrences
- 10
- Severity
- error
Sample message
Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_register_script; This means that the WordPress core version will be used which is not recommended for plugin or theme development.
WARNINGSecurityUnfinished PrepareReplacement variables found, but no valid placeholders found in the query.3
- Category
- Security
- Occurrences
- 3
- Severity
- warning
Sample message
Replacement variables found, but no valid placeholders found in the query.
WARNINGMaintainabilityslow db query tax queryDetected usage of tax_query, possible slow query.3
- Category
- Maintainability
- Occurrences
- 3
- Severity
- warning
Sample message
Detected usage of tax_query, possible slow query.
ERRORSecurityDatabase parameter is not escapedUnescaped parameter $table_sql used in $wpdb->get_results()\n$table_sql assigned unsafely at line 156.2
- Category
- Security
- Occurrences
- 2
- Severity
- error
Sample message
Unescaped parameter $table_sql used in $wpdb->get_results()\n$table_sql assigned unsafely at line 156.
ERRORSecuritySQL query is not preparedUse placeholders and $wpdb->prepare(); found $table_sql2
- Category
- Security
- Occurrences
- 2
- Severity
- error
Sample message
Use placeholders and $wpdb->prepare(); found $table_sql
Show 6 moreShow less
WARNINGMaintainabilityMissing Version2
- Category
- Maintainability
- Occurrences
- 2
- Severity
- warning
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.
ERRORI18nMissing Translators Comment2
- Category
- I18n
- Occurrences
- 2
- Severity
- error
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.
WARNINGMaintainabilityslow db query meta key1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
Detected usage of meta_key, possible slow query.
WARNINGMaintainabilityslow db query meta query1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
Detected usage of meta_query, possible slow query.
WARNINGMaintainabilityerror log error log1
- Category
- Maintainability
- Occurrences
- 1
- Severity
- warning
Sample message
error_log() found. Debug code should not normally be used in production.
WARNINGPerformancePost Not In post not in1
- Category
- Performance
- Occurrences
- 1
- Severity
- warning
Sample message
Using exclusionary parameters, like post__not_in, 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.
Score History
First score snapshot
v3.4.1
35
Latest
- Findings
- 519
- Errors
- 16
- Warnings
- 503
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 35 | 519 | 16 | 503 | v3.4.1 | 2.0.0 |