Easily move your blog from Blogger to WordPress. Import all your content and setup 301 redirects automatically.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
55
15 issue groups
Security
53
7 issue groups
I18n
6
2 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$active_plugins'.
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
$_GET['bid'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "BIE_DIR".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "bie_create_database_tables".
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Missing $domain parameter in function call to __().
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_POST['bie_hide_redirects_plugin_nonce']
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$result".
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['bie_hide_redirects_plugin_nonce']. Check that the array index exists before using it.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: is_writable().
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
Sanitization missing for register_setting().
Sample message
Plugin folders are deleted when upgraded. Do not save data to the plugin folder using file_put_contents(). Detected usage of constant WP_CONTENT_DIR. Use wp_upload_dir() to get the uploads directory path or save to the database instead.
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Detected usage of meta_value, possible slow query.
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
wp_redirect() found. Using wp_safe_redirect(), along with the "allowed_redirect_hosts" filter if needed, can help avoid any chances of malicious redirects within code. It is also important to remember to call exit() after a redirect so that no other unwanted code is executed.
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
Mismatched text domain. Expected 'blogger-importer-extended' but got 'bie-importer'.
Sample message
Incorrect Stable Tag. It's recommended not to use "Stable Tag: trunk". Your Stable Tag is meant to be the stable version of your plugin and it needs to be exactly the same with the Version in your main plugin file's header. Any mismatch can prevent users from downloading the correct plugin files from WordPress.org.
Potential connections found in static code analysis.
Outbound calls
24
External assets
0
Incoming endpoints
7
No external asset domains detected.
No public endpoints detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
3 score snapshots
v3.3.0
37
Latest
v3.2.8
39
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 37 | 114 | 55 | 59 | v3.3.0 | 2.0.0 |
| 39 | 100 | 55 | 45 | v3.2.8 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.