Registers custom post types and custom fields for the Sydney theme
Category Scores
Top Issues by Category
security99
maintainability34
i18n12
repo_compliance1
Issues Details
146 issues found in latest scan
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$c'.
$_POST['sydney_toolbox_background_color'] not unslashed before sanitization. Use wp_unslash() or similar
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Detected usage of a non-sanitized input variable: $_POST['sydney_toolbox_clients_nonce']
Mismatched text domain. Expected 'sydney-toolbox' but got 'sdyney-toolbox'.
Processing form data without nonce verification.
Detected usage of a possibly undefined superglobal array index: $_POST['post_type']. Check that the array index exists before using it.
Detected usage of tax_query, possible slow query.
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "aThemes_Portfolio_Ext_Classic_Skin".
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "ST_DIR".
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$enable_portfolio".
get_page_by_title() has been deprecated since WordPress version 6.2.0. Use WP_Query instead.
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Plugin name header in your readme is missing or invalid. Please update your readme with a valid plugin name header. Eg: "=== Example Name ==="
Tested up to: 6.7 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.
| Code | Type | Message | Count |
|---|---|---|---|
| WordPress.Security.EscapeOutput.UnsafePrintingFunction | ERROR | All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'. | 26 |
| WordPress.Security.EscapeOutput.OutputNotEscaped | ERROR | All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$c'. | 25 |
| WordPress.Security.ValidatedSanitizedInput.MissingUnslash | WARNING | $_POST['sydney_toolbox_background_color'] not unslashed before sanitization. Use wp_unslash() or similar | 25 |
| missing_direct_file_access_protection | ERROR | PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit; | 18 |
| WordPress.Security.ValidatedSanitizedInput.InputNotSanitized | WARNING | Detected usage of a non-sanitized input variable: $_POST['sydney_toolbox_clients_nonce'] | 9 |
| WordPress.WP.I18n.TextDomainMismatch | ERROR | Mismatched text domain. Expected 'sydney-toolbox' but got 'sdyney-toolbox'. | 9 |
| WordPress.Security.NonceVerification.Missing | WARNING | Processing form data without nonce verification. | 7 |
| WordPress.Security.ValidatedSanitizedInput.InputNotValidated | WARNING | Detected usage of a possibly undefined superglobal array index: $_POST['post_type']. Check that the array index exists before using it. | 7 |
| WordPress.DB.SlowDBQuery.slow_db_query_tax_query | WARNING | Detected usage of tax_query, possible slow query. | 4 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound | WARNING | Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "aThemes_Portfolio_Ext_Classic_Skin". | 4 |
| WordPress.WP.I18n.MissingArgDomain | ERROR | Missing $domain parameter in function call to __(). | 3 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedConstantFound | WARNING | Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "ST_DIR". | 2 |
| WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedVariableFound | WARNING | Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$enable_portfolio". | 2 |
| WordPress.WP.DeprecatedFunctions.get_page_by_titleFound | WARNING | get_page_by_title() has been deprecated since WordPress version 6.2.0. Use WP_Query instead. | 2 |
| WordPress.WP.AlternativeFunctions.strip_tags_strip_tags | ERROR | strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead. | 1 |
| invalid_plugin_name | ERROR | Plugin name header in your readme is missing or invalid. Please update your readme with a valid plugin name header. Eg: "=== Example Name ===" | 1 |
| outdated_tested_upto_header | ERROR | Tested up to: 6.7 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress. | 1 |
Latest Snapshot
Findings
146
Errors
84
Warnings
62
Score History
First score snapshot
First scan completed Jun 20, 2026
v1.36 · Plugin Check 2.0.0 · Model 2026.06-mvp-static-v2
Jun 20, 2026
v1.36
39
Latest
- Findings
- 146
- Errors
- 84
- Warnings
- 62
- Plugin Check
- 2.0.0
- Model
- 2026.06-mvp-static-v2
| Scan | Score | Findings | Errors | Warnings | Plugin | Plugin Check | Model |
|---|---|---|---|---|---|---|---|
| Jun 20, 2026Latest | 39 | 146 | 84 | 62 | v1.36 | 2.0.0 | 2026.06-mvp-static-v2 |