Search Regex adds a powerful set of search and replace functions to WordPress posts, pages, custom post types, and other data.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
20
4 issue groups
Security
10
4 issue groups
Repo Compliance
1
1 issue group
Sample message
Use of a direct database call is discouraged.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$this->hook".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
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
Detected usage of a non-sanitized input variable: $_GET['filters']
Sample message
$_GET['filters'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a possibly undefined superglobal array index: $_REQUEST['rest_api']. Check that the array index exists before using it.
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
34
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
2 score snapshots
v3.4.3
76
Latest
v3.4.2
76
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 76 | 31 | 6 | 25 | v3.4.3 | 2.0.0 |
| 76 | 31 | 6 | 25 | v3.4.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.