Permalink Manager for WooCommerce improves your store permalinks and remove product, product_category and product_tag slugs from the URL.
Prioritized issue groups from the latest Plugin Check scan
Security
68
7 issue groups
Maintainability
64
5 issue groups
I18n
2
2 issue groups
Repo Compliance
1
1 issue group
Sample message
Short PHP opening tag used with echo; expected "<?php echo $this ..." but found "<?= $this ..."
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$this'.
Sample message
Detected usage of a non-sanitized input variable: $_POST[$this->settings]
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['product_permalink_structure']. Check that the array index exists before using it.
Sample message
$_POST[$this->settings] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Use placeholders and $wpdb->prepare(); found $query
Sample message
Detected usage of a non-sanitized, non-validated input variable _SERVER: "$request_scheme://$_SERVER[HTTP_HOST]"
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
Processing form data without nonce verification.
Sample message
The $text parameter must be a single text string literal. Found: $this->get( $this->options, 'prefix' )
Sample message
Mismatched text domain. Expected 'permalink-manager-for-woocommerce' but got 'admin_texts_wc_links'.
Sample message
Tested up to: 7.0.2 The version number should only include major versions 7.0.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
Potential connections found in static code analysis.
Outbound calls
2
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
3 score snapshots
v1.0.8.4
39
Latest
v1.0.8.3
40
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 39 | 135 | 115 | 20 | v1.0.8.4 | 2.0.0 |
| 40 | 135 | 115 | 20 | v1.0.8.3 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.