With this plugin you'll be able to export your themes in a .zip file and then install with that .zip file the same theme in other servers using t …
Prioritized issue groups from the latest Plugin Check scan
Maintainability
181
17 issue groups
Security
22
6 issue groups
I18n
2
1 issue group
Repo Compliance
1
1 issue group
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "PCLZIP_ATT_FILE_COMMENT".
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
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: fputs().
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "PclZipUtilCopyBlock".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$dirs'.
Sample message
Detected usage of a non-sanitized input variable: $_POST['Templates']
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
$_POST['Templates'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Processing form data without nonce verification.
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: touch().
Sample message
Missing $domain parameter in function call to __().
Sample message
Short PHP opening tag used with echo; expected "<?php echo wpct_get_templates_options ..." but found "<?= wpct_get_templates_options ..."
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "PclZip".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$g_pclzip_version".
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: is_writeable().
Sample message
rename() is discouraged. Use WP_Filesystem::move() to rename a file.
Sample message
Library files that are already in the WordPress core are not permitted.
Sample message
Missing "License". Please update your readme with a valid GPLv2 (or later) compatible license.
Not analyzed yet.
First score snapshot
v2.12
36
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 36 | 212 | 122 | 90 | v2.12 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.