Allows manual selection of a 'main' category for each post for nicer permalinks and better SEO.
Prioritized issue groups from the latest Plugin Check scan
Security
63
7 issue groups
Maintainability
23
12 issue groups
I18n
17
5 issue groups
Repo Compliance
1
1 issue group
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<h4>$post_info->label</h4>"'.
Sample message
Mismatched text domain. Expected 'wp-category-permalink' but got 'category-permalink'.
Sample message
Processing form data without nonce verification.
Sample message
Processing form data without nonce verification.
Sample message
Sanitization missing for register_setting().
Sample message
Missing $domain parameter in function call to __().
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$this->prefix . '_meowapps_is_registered'".
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "MWCPPost".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "WP Category Permalink" - contains the restricted term "wp" which cannot be used at all in your plugin name.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$MWCP_Admin".
Sample message
mt_rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
A function call to __() 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.
Sample message
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
phpinfo() can lead to full path disclosure.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Detected usage of a non-sanitized input variable: $_POST['permalinkTaxa']
Sample message
$_POST['permalinkTaxa'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Resource version not set in call to wp_register_style(). This means new versions of the style may not always be loaded due to browser caching.
Sample message
The $text parameter must be a single text string literal. Found: 'Permalink ' . $info->labels->singular_name
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$c, %2$c, %3$c", but got "%c, %c, %c" in 'For this plugin to work, don\'t forget that you need to use a Permalink Structure that includes <b>%category%</b> (such as "/%category%/%postname%"). This %category% will be handled by the plugin. It can also handle custom post types and taxonomies (such as in gallery plugins, WooCommerce, etc).'.
Sample message
Missing "License". Please update your readme with a valid GPLv2 (or later) compatible license.
Not analyzed yet.
First score snapshot
v3.4.0
37
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 37 | 106 | 75 | 31 | v3.4.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.