Export Plugins and Templates allows you to export any template or plugin already installed in your WordPress.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
111
14 issue groups
Security
47
7 issue groups
I18n
17
2 issue groups
Repo Compliance
1
1 issue group
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fread().
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: fwrite().
Sample message
Mismatched text domain. Expected 'export-plugins-and-templates' but got "ep-plugins-templates".
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$dirs'.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fputs().
Sample message
Detected usage of a non-sanitized input variable: $_POST['plugins']
Sample message
$_POST['plugins'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER['SCRIPT_FILENAME']. Check that the array index exists before using it.
Sample message
Processing form data without nonce verification.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "Export Plugins and Templates" - contains the restricted term "plugin" which cannot be used at all in your plugin name.
Sample message
Short PHP opening tag used with echo; expected "<?php echo get_all_plugins_options ..." but found "<?= get_all_plugins_options ..."
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
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: touch().
Sample message
No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
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: is_writeable().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().
Sample message
rename() is discouraged. Use WP_Filesystem::move() to rename a file.
Sample message
Tested up to: 6.6 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.
Sample message
The "Text Domain" header in the plugin file does not match the slug. Found "ep-plugins-templates", expected "export-plugins-and-templates".
Potential connections found in static code analysis.
Outbound calls
5
External assets
4
Incoming endpoints
0
No public endpoints detected.
First score snapshot
v1.3
30
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 30 | 176 | 143 | 33 | v1.3 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.