Easily add and manage custom meta tags to various parts of your site or on individual posts, such as Yahoo and Google verification tags.
Prioritized issue groups from the latest Plugin Check scan
Security
224
6 issue groups
Maintainability
179
9 issue groups
I18n
59
4 issue groups
Repo Compliance
1
1 issue group
Sample message
Processing form data without nonce verification.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$Admin_Notice".
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<a href='$tab_link#$tab_key' id='mtm-menu-$tab_key' class='nav-tab $active_class'>$tab_name</a>"'.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'mtm_admin_notice_'.$this->name".
Sample message
$_COOKIE['mtm_notices'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
A function call to esc_html__() with texts containing placeholders was found, but was not accompanied by a "translators:" comment on the line above to clarify the meaning of the placeholders.
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE['mtm_notices']
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Missing $domain parameter in function call to __().
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "mtm_input_checkbox_items".
Sample message
In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$s", but got "%s, %s" in 'Enter a phone number in the international format, containing your %s. For example, in the US and Canada : %s'.
Sample message
Detected usage of a possibly undefined superglobal array index: $_REQUEST['action']. Check that the array index exists before using it.
Sample message
Mismatched text domain. Expected 'meta-tag-manager' but got 'events-manager'.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "MTM_Builder".
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "MTM_DIR".
Sample message
Function "determine_locale()" requires WordPress 5.0.0, but your plugin minimum supported version is WordPress 3.6.0.
Sample message
Linking directly to 5 stars reviews is not allowed.
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
Missing "License" in Plugin Header. Please update your Plugin Header with a valid GPLv2 (or later) compatible license.
Not analyzed yet.
First score snapshot
v3.3
34
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 34 | 463 | 142 | 321 | v3.3 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.