Embed Privacy prevents the loading of embedded external content and allows your site visitors to opt-in.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
85
15 issue groups
Security
11
5 issue groups
I18n
2
1 issue group
Supply Chain
1
1 issue group
Sample message
Detected usage of meta_key, possible slow query.
Sample message
Detected usage of meta_value, possible slow query.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "EPI_EMBED_PRIVACY_BASE".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$batch_size".
Sample message
Sanitization missing for register_setting().
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
Sample message
rename() is discouraged. Use WP_Filesystem::move() to rename a file.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Library files that are already in the WordPress core are not permitted.
Sample message
Short PHP opening tag used with echo; expected "<?php echo \ ..." but found "<?= \ ..."
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
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
Sample message
Processing form data without nonce verification.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: mkdir().
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "jetpack_sharing_facebook_app_id".
Sample message
Detected usage of a non-sanitized input variable: $_POST['regex_default']
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['regex_default']. Check that the array index exists before using it.
Sample message
$_POST['regex_default'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
Hidden files are not permitted.
Sample message
The "/vendor" directory using composer exists, but "composer.json" file is missing.
Potential connections found in static code analysis.
Outbound calls
179
External assets
15
Incoming endpoints
0
No public endpoints detected.
2 score snapshots
v1.13.0
35
Latest
v1.12.4
35
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 35 | 99 | 32 | 67 | v1.13.0 | 2.0.0 |
| 35 | 51 | 10 | 41 | v1.12.4 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.