EmbedPress lets you embed videos, pages, social feeds, embed PDF 3D flipbooks & other content on WordPress without coding & enhance storytelling.
Category Scores
Issues to Review
Prioritized issue groups from the latest Plugin Check scan
Security
1,210
12 issue groups
Maintainability
801
11 issue groups
I18n
123
2 issue groups
ERRORSecurityOutput is not escapedAll output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"[$k]=>\"$v\", "'.259
- Category
- Security
- Occurrences
- 259
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"[$k]=>\"$v\", "'.
WARNINGMaintainabilityNon-prefixed global variableGlobal variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$additionalServiceProviders".244
- Category
- Maintainability
- Occurrences
- 244
- Severity
- warning
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$additionalServiceProviders".
WARNINGSecurityInterpolated SQL is not preparedUse placeholders and $wpdb->prepare(); found interpolated variable $browser_table at FROM $browser_table\n227
- Category
- Security
- Occurrences
- 227
- Severity
- warning
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $browser_table at FROM $browser_table\n
WARNINGSecurityRequest data is not unslashed$_COOKIE['ep_session_id'] not unslashed before sanitization. Use wp_unslash() or similar195
- Category
- Security
- Occurrences
- 195
- Severity
- warning
Sample message
$_COOKIE['ep_session_id'] not unslashed before sanitization. Use wp_unslash() or similar
WARNINGSecurityMissing nonce verificationProcessing form data without nonce verification.180
- Category
- Security
- Occurrences
- 180
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGMaintainabilityDirect QueryUse of a direct database call is discouraged.154
- Category
- Maintainability
- Occurrences
- 154
- Severity
- warning
Sample message
Use of a direct database call is discouraged.
WARNINGMaintainabilityNo CachingDirect database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().146
- Category
- Maintainability
- Occurrences
- 146
- Severity
- warning
Sample message
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
WARNINGSecurityDatabase parameter is not escapedUnescaped parameter $browser_table used in $wpdb->get_results()\n$browser_table assigned unsafely at line 250.132
- Category
- Security
- Occurrences
- 132
- Severity
- warning
Sample message
Unescaped parameter $browser_table used in $wpdb->get_results()\n$browser_table assigned unsafely at line 250.
ERRORI18nMissing Translators CommentA function call to __() 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.113
- Category
- I18n
- Occurrences
- 113
- Severity
- error
Sample message
A function call to __() 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.
ERRORMaintainabilityMissing direct file access protectionPHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;85
- Category
- Maintainability
- Occurrences
- 85
- Severity
- error
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Show 15 moreShow less
WARNINGSecurityInput is not sanitized74
- Category
- Security
- Occurrences
- 74
- Severity
- warning
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE['ep_session_id']
WARNINGSecurityNonce verification recommended60
- Category
- Security
- Occurrences
- 60
- Severity
- warning
Sample message
Processing form data without nonce verification.
WARNINGMaintainabilityNon-prefixed hook name56
- Category
- Maintainability
- Occurrences
- 56
- Severity
- warning
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "'wpins_form_text_' . $this->plugin_name".
WARNINGMaintainabilitySchema Change31
- Category
- Maintainability
- Occurrences
- 31
- Severity
- warning
Sample message
Attempting a database schema change is discouraged.
ERRORMaintainabilitywp function not compatible with requires wp29
- Category
- Maintainability
- Occurrences
- 29
- Severity
- error
Sample message
Function "determine_locale()" requires WordPress 5.0.0, but your plugin minimum supported version is WordPress 4.6.0.
ERRORSecurityUnsafe printing function28
- Category
- Security
- Occurrences
- 28
- Severity
- error
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
WARNINGSecurityInput is not validated18
- Category
- Security
- Occurrences
- 18
- Severity
- warning
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['calendly_status']. Check that the array index exists before using it.
ERRORMaintainabilitydate date17
- Category
- Maintainability
- Occurrences
- 17
- Severity
- error
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
ERRORMaintainabilityNon Enqueued Script15
- Category
- Maintainability
- Occurrences
- 15
- Severity
- error
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
ERRORSecurityDatabase parameter is not escaped14
- Category
- Security
- Occurrences
- 14
- Severity
- error
Sample message
Unescaped parameter $browser_table used in $wpdb->get_results()\n$browser_table assigned unsafely at line 1795.
ERRORMaintainabilityblock api version too low14
- Category
- Maintainability
- Occurrences
- 14
- Severity
- error
Sample message
Editor blocks must define "apiVersion" 3 or higher in block.json for WordPress 7.0+ iframe editor compatibility.
ERRORSecurityException output is not escaped13
- Category
- Security
- Occurrences
- 13
- Severity
- error
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"Cannot register '{$prefix}'. The requested base directory does not exist!'"'.
ERRORSecuritySQL query is not prepared10
- Category
- Security
- Occurrences
- 10
- Severity
- error
Sample message
Use placeholders and $wpdb->prepare(); found $additions
ERRORMaintainabilityrand rand10
- Category
- Maintainability
- Occurrences
- 10
- Severity
- error
Sample message
rand() is discouraged. Use the far less predictable wp_rand() instead.
ERRORI18nText Domain Mismatch10
- Category
- I18n
- Occurrences
- 10
- Severity
- error
Sample message
Mismatched text domain. Expected 'embedpress' but got "embedpress-pro".
External Connections
Not analyzed yet.
Score History
First score snapshot
v4.5.5
24
Latest
- Findings
- 2,228
- Errors
- 668
- Warnings
- 1,560
- Check
- 2.0.0
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 24 | 2,228 | 668 | 1,560 | v4.5.5 | 2.0.0 |
Relationship Map
Author, categories, issues, domains, and nearby plugins.