Registers custom post types and custom fields for the Sydney theme
Prioritized issue groups from the latest Plugin Check scan
Security
99
6 issue groups
Maintainability
34
8 issue groups
I18n
12
2 issue groups
Repo Compliance
1
1 issue group
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$c'.
Sample message
$_POST['sydney_toolbox_background_color'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Detected usage of a non-sanitized input variable: $_POST['sydney_toolbox_clients_nonce']
Sample message
Mismatched text domain. Expected 'sydney-toolbox' but got 'sdyney-toolbox'.
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['post_type']. Check that the array index exists before using it.
Sample message
Detected usage of tax_query, possible slow query.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "aThemes_Portfolio_Ext_Classic_Skin".
Sample message
Missing $domain parameter in function call to __().
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "ST_DIR".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$enable_portfolio".
Sample message
get_page_by_title() has been deprecated since WordPress version 6.2.0. Use WP_Query instead.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
Plugin name header in your readme is missing or invalid. Please update your readme with a valid plugin name header. Eg: "=== Example Name ==="
Sample message
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.
Not analyzed yet.
First score snapshot
v1.36
39
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 39 | 146 | 84 | 62 | v1.36 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.