Add Meta & Facebook Pixel, Google Analytics (GA4) and any header script to your site. Everything you need to track users, ads, events & conversions.
Prioritized issue groups from the latest Plugin Check scan
Security
410
8 issue groups
Maintainability
36
12 issue groups
I18n
18
5 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"'>$value</option>"'.
Sample message
Processing form data without nonce verification.
Sample message
$_COOKIE['_fbc'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['click_id']. Check that the array index exists before using it.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
The $text text string should have translatable content. Found: ' '
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE['fca_pc_advanced_matching']
Sample message
Processing form data without nonce verification.
Sample message
strip_tags() is discouraged. Use the more comprehensive wp_strip_all_tags() instead.
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
A function call to esc_attr__() 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
Multiple placeholders in translatable strings should be ordered. Expected "%1\$1s, %2\$2s, %3\$1s, %4\$2s", but got "%1s, %2s, %1s, %2s" in "Send the %1sLead%2s standard event to Facebook.<br>(%1sWhich Parameters will be sent?%2s)".
Sample message
Function "wp_enqueue_code_editor()" requires WordPress 4.9.0, but your plugin minimum supported version is WordPress 4.0.0.
Sample message
Short PHP opening tag used with echo; expected "<?php echo $code ..." but found "<?= $code ..."
Sample message
Possible use of short open tags detected; found: <? //NOTHING HERE ?>
Sample message
No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Detected usage of meta_value, possible slow query.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
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
wp_reset_query() is discouraged. Use wp_reset_postdata() instead.
Sample message
Version parameter is not explicitly set or has been set to an equivalent of "false" for wp_enqueue_script; This means that the WordPress core version will be used which is not recommended for plugin or theme development.
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
Sample message
The $text parameter must be a single text string literal. Found: 'If you\'re upgrading to Pixel Cat Premium and have questions or need help, click <a href=' . 'https://fatcatapps.com/article-categories/gen-getting-started/' . ' target="_blank">here</a></b>'
Sample message
Mismatched text domain. Expected 'facebook-conversion-pixel' but got 'fca_pc'.
Not analyzed yet.
First score snapshot
v3.4.0
35
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 35 | 468 | 253 | 215 | v3.4.0 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.