change version #9
Annotations
4 errors and 4 warnings
WordPress.WP.I18n.MissingTranslatorsComment:
custom-api-creator.php#L185
A function call to esc_html__() 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.
|
WordPress.Security.EscapeOutput.OutputNotEscaped:
custom-api-creator.php#L185
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$index'.
|
hidden_files:
.gitignore#L1
Hidden files are not permitted.
|
test
Process completed with exit code 1.
|
textdomain_mismatch:
custom-api-creator.php#L1
The TextDomain header in the plugin file does not match the slug. Found "custom-api-creator", expected "wp-custom-api-creator".
|
trademarked_term:
custom-api-creator.php#L1
The plugin slug includes a restricted term. Your plugin slug - "wp-custom-api-creator" - contains the restricted term "wp" and cannot be used to begin your plugin slug. We disallow the use of certain terms in ways that are abused, or potentially infringe on and/or are misleading with regards to trademarks. You may use the term "wp" elsewhere in your plugin slug, such as "... for wp".
|
WordPress.DB.SlowDBQuery.slow_db_query_meta_query:
custom-api-creator.php#L344
Detected usage of meta_query, possible slow query.
|
WordPress.DB.SlowDBQuery.slow_db_query_tax_query:
custom-api-creator.php#L389
Detected usage of tax_query, possible slow query.
|