Insert Pages lets you embed any WordPress content (e.g., pages, posts, custom post types) into other WordPress content using the Shortcode API.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
49
7 issue groups
Security
32
2 issue groups
I18n
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 '"<$title_tag class='insert-page-title'>"'.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "excerpt_length".
Sample message
Function "register_block_type()" requires WordPress 5.0.0, but your plugin minimum supported version is WordPress 3.3.0.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$insert_pages_plugin".
Sample message
query_posts() is discouraged. Use WP_Query instead.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "InsertPagesPlugin".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
load_plugin_textdomain() has been discouraged since WordPress version 4.6. When your plugin is hosted on WordPress.org, you no longer need to manually include this function call for translations under your plugin slug. WordPress will automatically load the translations for you as needed.
Sample message
Sanitization missing for register_setting().
Sample message
The upgrade notice for "3.11.0" exceeds the limit of 300 characters.
Not analyzed yet.
2 score snapshots
v3.11.5
55
Latest
v3.11.4
55
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 55 | 82 | 52 | 30 | v3.11.5 | 2.0.0 |
| 55 | 82 | 52 | 30 | v3.11.4 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.