Easily import theme demos in one click. Simplifies starter sites setup.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
121
17 issue groups
Security
19
6 issue groups
Performance
2
1 issue group
I18n
1
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$all_categories".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "import_allow_create_users".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$in_cat['name']'.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "ANS_WP_Import".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "activate_ansar_import".
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_POST['check_import_nonce']
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['paged']. Check that the array index exists before using it.
Sample message
$_POST['paged'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Using exclusionary parameters, like exclude, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.
Sample message
The use of function wp_get_sidebars_widgets() is forbidden
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
The use of function set_time_limit() is discouraged
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
trigger_error() found. Debug code should not normally be used in production.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: chmod().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
Plugin name "Ansar Import – One Click Starter Sites – for Elementor & Themes" is different from the name declared in plugin header "Ansar Import".
Not analyzed yet.
First score snapshot
v2.1.2
48
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 48 | 143 | 27 | 116 | v2.1.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.