Protect & encode email addresses safely from spambots & spamming. Easy to use - encodes emails out-of-the-box.
Prioritized issue groups from the latest Plugin Check scan
Security
92
5 issue groups
Maintainability
62
13 issue groups
I18n
7
6 issue groups
Repo Compliance
1
1 issue group
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$columnCount'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$advanced_settings".
Sample message
Processing form data without nonce verification.
Sample message
$_GET['wpmt_hash'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Detected usage of a non-sanitized input variable: $_GET['wpmt_hash']
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
mt_rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
Detected usage of a possibly undefined superglobal array index: $_SERVER['HTTP_HOST']. Check that the array index exists before using it.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$hook".
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "WP Mailto Links - Hide & Protect Emails" - contains the restricted term "wp" which cannot be used at all in your plugin name.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "wpml_filter".
Sample message
Mismatched text domain. Expected 'wp-mailto-links' but got 'ironikus'.
Sample message
The use of function str_rot13() 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
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "wpml_mailto".
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
The parameter "FALSE" at position #2 of load_plugin_textdomain() has been deprecated since WordPress version 2.7.0. Use "" instead.
Sample message
The $context parameter must be a single text string literal. Found: $context
Sample message
The $domain parameter must be a single text string literal. Found: (string) 'wp-mailto-links'
Sample message
The $text parameter must be a single text string literal. Found: $string
Sample message
Your plugin has a different license declared in the readme file and plugin header. Please update your readme with a valid GPL license identifier.
Sample message
Plugin name "WP Mailto Links - Protect Email Addresses" is different from the name declared in plugin header "WP Mailto Links - Hide & Protect Emails".
Not analyzed yet.
First score snapshot
v3.1.4
35
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 35 | 164 | 95 | 69 | v3.1.4 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.