Simple plugin that allow you add head, body and footer codes for google tag manager, analytics & facebook pixel codes.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
261
7 issue groups
Security
150
11 issue groups
I18n
4
4 issue groups
Repo Compliance
1
1 issue group
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$add_code_to_htaccess".
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 '$display_inline_echo'.
Sample message
$_GET['error-message'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['custom_lazy_load_js']. Check that the array index exists before using it.
Sample message
Detected usage of a non-sanitized input variable: $_GET['error-message']
Sample message
Use of a direct database call is discouraged.
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "output_yydev_tagmanager".
Sample message
Processing form data without nonce verification.
Sample message
Unescaped parameter $yydev_tags_table_name used in $wpdb->get_results()\n$yydev_tags_table_name used without escaping.
Sample message
Use placeholders and $wpdb->prepare(); found $yydev_tags_table_name
Sample message
Writing files using ABSPATH may be problematic. Consider using wp_upload_dir() instead if storing user data or generated files.
Sample message
Processing form data without nonce verification.
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
Unescaped parameter $yydev_tags_table_name used in $wpdb->get_var()
Sample message
Attempting a database schema change is discouraged.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$yydev_tags_table_name} at "SHOW TABLES LIKE '{$yydev_tags_table_name}' "
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
Missing $domain parameter in function call to _e().
Sample message
Too many parameters passed to function "esc_html_e()". Expected: 2 parameters, received: 3
Sample message
Plugin name "Tag Manager - Header, Body And Footer" is different from the name declared in plugin header "YYDevelopment - Tag Manager - Header, Body And Footer".
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.6.2
38
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 38 | 416 | 97 | 319 | v3.6.2 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.