Skip to content

add translate files

add translate files #4

Triggered via push September 9, 2024 08:20
Status Failure
Total duration 1m 57s
Artifacts

php.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 5 warnings
WordPress.Security.EscapeOutput.UnsafePrintingFunction: custom-api-creator.php#L132
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
WordPress.Security.EscapeOutput.UnsafePrintingFunction: custom-api-creator.php#L136
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
WordPress.Security.EscapeOutput.UnsafePrintingFunction: custom-api-creator.php#L140
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
WordPress.Security.EscapeOutput.UnsafePrintingFunction: custom-api-creator.php#L154
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
WordPress.Security.EscapeOutput.UnsafePrintingFunction: custom-api-creator.php#L158
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
WordPress.Security.EscapeOutput.UnsafePrintingFunction: custom-api-creator.php#L161
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
WordPress.Security.EscapeOutput.UnsafePrintingFunction: custom-api-creator.php#L164
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
WordPress.Security.EscapeOutput.UnsafePrintingFunction: custom-api-creator.php#L169
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
WordPress.Security.EscapeOutput.UnsafePrintingFunction: custom-api-creator.php#L175
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
WordPress.Security.EscapeOutput.OutputNotEscaped: custom-api-creator.php#L192
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$index'.
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#L357
Detected usage of meta_query, possible slow query.
WordPress.DB.SlowDBQuery.slow_db_query_tax_query: custom-api-creator.php#L404
Detected usage of tax_query, possible slow query.
readme_parser_warnings_trimmed_short_description: readme.txt#L1
The "Short Description" section is too long and was truncated. A maximum of 150 characters is supported.