Easily change the default WordPress from email name and from email address.
Prioritized issue groups from the latest Plugin Check scan
I18n
86
3 issue groups
Maintainability
22
10 issue groups
Security
4
3 issue groups
Repo Compliance
4
4 issue groups
Sample message
Mismatched text domain. Expected 'cb-change-mail-sender' but got 'cb-mail'.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "cb_change_mail_sender_admin_core_render_admin_page_tab".
Sample message
File and folder names must not contain spaces or special characters.
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
Plugin folders are deleted when upgraded. Do not save data to the plugin folder using unzip_file(). 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
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "CB_CHANGE_MAIL_SENDER_VERSION".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "cb_change_mail_sender".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$autoload_path".
Sample message
Detected usage of a non-sanitized input variable: $_POST['productEducationId']
Sample message
$_POST['productEducationId'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Linking directly to 5 stars reviews is not allowed.
Sample message
The "/vendor" directory using composer exists, but "composer.json" file is missing.
Sample message
Tested up to: 6.7 < 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
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
Sample message
Mismatched Requires PHP: 5.6 != 5.6.20. "Requires PHP" needs to be exactly the same with that in your main plugin file's header.
Sample message
One or more tags were ignored. Please limit your plugin to 5 tags.
Sample message
The "Text Domain" header in the plugin file does not match the slug. Found "cb-mail", expected "cb-change-mail-sender".
Not analyzed yet.
First score snapshot
v1.3.0
76
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 76 | 116 | 97 | 19 | v1.3.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.