add license #14
Annotations
10 errors and 9 warnings
WordPress.WP.I18n.TextDomainMismatch:
custom-api-creator.php#L36
Mismatched text domain. Expected 'wp-custom-api-creator' but got 'cac-plugin-creator'.
|
WordPress.WP.I18n.TextDomainMismatch:
custom-api-creator.php#L37
Mismatched text domain. Expected 'wp-custom-api-creator' but got 'cac-plugin-creator'.
|
WordPress.WP.I18n.TextDomainMismatch:
custom-api-creator.php#L38
Mismatched text domain. Expected 'wp-custom-api-creator' but got 'cac-plugin-creator'.
|
WordPress.WP.I18n.TextDomainMismatch:
custom-api-creator.php#L39
Mismatched text domain. Expected 'wp-custom-api-creator' but got 'cac-plugin-creator'.
|
WordPress.WP.I18n.TextDomainMismatch:
custom-api-creator.php#L40
Mismatched text domain. Expected 'wp-custom-api-creator' but got 'cac-plugin-creator'.
|
WordPress.WP.I18n.TextDomainMismatch:
custom-api-creator.php#L41
Mismatched text domain. Expected 'wp-custom-api-creator' but got 'cac-plugin-creator'.
|
WordPress.WP.I18n.TextDomainMismatch:
custom-api-creator.php#L42
Mismatched text domain. Expected 'wp-custom-api-creator' but got 'cac-plugin-creator'.
|
WordPress.WP.I18n.TextDomainMismatch:
custom-api-creator.php#L43
Mismatched text domain. Expected 'wp-custom-api-creator' but got 'cac-plugin-creator'.
|
WordPress.WP.I18n.TextDomainMismatch:
custom-api-creator.php#L44
Mismatched text domain. Expected 'wp-custom-api-creator' but got 'cac-plugin-creator'.
|
WordPress.WP.I18n.TextDomainMismatch:
custom-api-creator.php#L45
Mismatched text domain. Expected 'wp-custom-api-creator' but got 'cac-plugin-creator'.
|
plugin_header_invalid_plugin_uri_domain:
custom-api-creator.php#L1
The "Plugin URI" header in the plugin file is not valid.
|
textdomain_mismatch:
custom-api-creator.php#L1
The "Text Domain" header in the plugin file does not match the slug. Found "cac-plugin-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.Security.ValidatedSanitizedInput.MissingUnslash:
custom-api-creator.php#L264
$_POST[$post_key] not unslashed before sanitization. Use wp_unslash() or similar
|
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized:
custom-api-creator.php#L264
Detected usage of a non-sanitized input variable: $_POST[$post_key]
|
WordPress.Security.ValidatedSanitizedInput.MissingUnslash:
custom-api-creator.php#L264
$_POST[$post_key] not unslashed before sanitization. Use wp_unslash() or similar
|
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized:
custom-api-creator.php#L264
Detected usage of a non-sanitized input variable: $_POST[$post_key]
|
WordPress.DB.SlowDBQuery.slow_db_query_meta_query:
custom-api-creator.php#L349
Detected usage of meta_query, possible slow query.
|
WordPress.DB.SlowDBQuery.slow_db_query_tax_query:
custom-api-creator.php#L394
Detected usage of tax_query, possible slow query.
|