Pricing Table Plugin - Easy Pricing Tables Lets You Create A Beautiful, Responsive Pricing Table In 2 Minutes. No Coding Required.
Prioritized issue groups from the latest Plugin Check scan
Security
359
11 issue groups
Maintainability
134
13 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$accentColor'.
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$banner_metabox".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "fca_ept4_block_enqueue".
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Processing form data without nonce verification.
Sample message
$_GET['ept_nonce'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Detected usage of a non-sanitized input variable: $_GET['post']
Sample message
Processing form data without nonce verification.
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "PTP_DEBUG".
Sample message
Detected usage of meta_key, possible slow query.
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
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "fca_ept_allow_adding_blocks".
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
Resource version not set in call to wp_enqueue_style(). This means new versions of the style may not always be loaded due to browser caching.
Sample message
Sanitization missing for register_setting().
Sample message
Unescaped parameter $sql_query used in $wpdb->query()\n$sql_query assigned unsafely at line 531.
Sample message
Use placeholders and $wpdb->prepare(); found $sql_query
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "EPT3_List_Table".
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['post_type']. Check that the array index exists before using it.
Sample message
Plugin name "Pricing Table WordPress Plugin - Easy Pricing Tables" is different from the name declared in plugin header "Easy Pricing Tables: Free".
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "Pricing Table WordPress Plugin - Easy Pricing Tables" - contains the restricted term "plugin" which cannot be used at all in your plugin name.
Potential connections found in static code analysis.
Outbound calls
137
External assets
1
Incoming endpoints
2
No public endpoints detected.
wp_ajax
wp_ajax
2 score snapshots
v4.1.2
37
Latest
v4.1.1
37
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 37 | 493 | 332 | 161 | v4.1.2 | 2.0.0 |
| 37 | 493 | 332 | 161 | v4.1.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.