Background Per Page allows you to set a custom background per page (or post) as well as set up a default background for all other pages/posts.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
61
14 issue groups
Security
44
6 issue groups
I18n
27
3 issue groups
Repo Compliance
2
2 issue groups
Sample message
Mismatched text domain. Expected 'background-per-page' but got 'rwmb'.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"<div class='{$class}'>{$html}</div>"'.
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$file".
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "PREFIX_register_meta_boxes".
Sample message
Detected usage of a non-sanitized input variable: $_FILES[$name]
Sample message
$_POST[$name] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Short URL detected (goo.gl). Use full URLs instead of URL shorteners.
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a possibly undefined superglobal array index: $_FILES['async-upload']. Check that the array index exists before using it.
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
Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "BPP_dir".
Sample message
Processing form data without nonce verification.
Sample message
Offloading images, js, css, and other scripts to your servers or any remote service is disallowed.
Sample message
Classes declared by a theme/plugin should start with the theme/plugin prefix. Found: "RW_Meta_Box".
Sample message
print_r() found. Debug code should not normally be used in production.
Sample message
var_export() found. Debug code should not normally be used in production.
Sample message
add_custom_background() has been deprecated since WordPress version 3.4.0. Use add_theme_support( 'custom-background', $args ) instead.
Sample message
The parameter "$options['args']" at position #2 of get_terms() has been deprecated since WordPress version 4.5.0. Instead do not pass the parameter.
Sample message
Stylesheets must be registered/enqueued via wp_enqueue_style()
Sample message
Missing $domain parameter in function call to __().
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.
Sample message
Missing "License". Please update your readme with a valid GPLv2 (or later) compatible license.
Sample message
Tested up to: 3.3 < 7.0. The "Tested up to" value in your plugin is not set to the current version of WordPress. This means your plugin will not show up in searches, as we require plugins to be compatible and documented as tested up to the most recent version of WordPress.
Potential connections found in static code analysis.
Outbound calls
35
External assets
1
Incoming endpoints
3
No public endpoints detected.
wp_ajax
wp_ajax
wp_ajax
First score snapshot
v0.3
33
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 33 | 136 | 80 | 56 | v0.3 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.