Simple plugin that allow you view all the pages urls on your wordpress site
Prioritized issue groups from the latest Plugin Check scan
Maintainability
208
4 issue groups
Security
54
8 issue groups
Repo Compliance
1
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$active_search".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$categories_count'.
Sample message
Detected usage of a non-sanitized input variable: $_POST['nonce']
Sample message
$_POST['nonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Use placeholders and $wpdb->prepare(); found $notes_data_base_name
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
Unescaped parameter $notes_data_base_name used in $wpdb->get_row()\n$notes_data_base_name assigned unsafely at line 301.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['pages_search_by']. Check that the array index exists before using it.
Sample message
Unescaped parameter $yydev_theme_db_name used in $wpdb->get_results()
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $yydev_theme_db_name at "SELECT page_id FROM $yydev_theme_db_name WHERE page_display = 'blog_page'"
Sample message
Plugin name "Show Pages URL List" is different from the name declared in plugin header "YYDevelopment - Show Pages URL List".
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
14
External assets
0
Incoming endpoints
2
No external asset domains detected.
No public endpoints detected.
wp_ajax
wp_ajax
First score snapshot
v2.4.2
40
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 40 | 263 | 29 | 234 | v2.4.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.