Monetize your website thanks to advertising. The « all in one » solution to make you earn money thanks to a wide range of ad formats.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
378
13 issue groups
Security
330
8 issue groups
I18n
303
4 issue groups
Sample message
Mismatched text domain. Expected 'the-moneytizer' but got "themoneytizer".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$arr_rec_skin".
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$args['after_title']'.
Sample message
Function "wp_send_json()" requires WordPress 3.5.0, but your plugin minimum supported version is WordPress 3.3.0.
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Sanitization missing for register_setting().
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['_nonce']. Check that the array index exists before using it.
Sample message
Short PHP opening tag used with echo; expected "<?php echo _e ..." but found "<?= _e ..."
Sample message
Scripts must be registered/enqueued via wp_enqueue_script()
Sample message
Found call to wp_enqueue_script() with external resource. Offloading scripts to your servers or any remote service is disallowed.
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "add_admin_lazy_loading".
Sample message
$_POST['adId'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
The $text parameter must be a single text string literal. Found: $format->ad_name
Sample message
In footer ($in_footer) is not set explicitly wp_enqueue_script; It is recommended to load scripts in the footer. Please set this value to `true` to load it in the footer, or explicitly `false` if it should be loaded in the header.
Sample message
Processing form data without nonce verification.
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fopen().
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fwrite().
Sample message
Global constants defined by a theme/plugin should start with the theme/plugin prefix. Found: "GLOBAL_DEL".
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
Sample message
Processing form data without nonce verification.
Sample message
Plugin folders are deleted when upgraded. Do not save data to the plugin folder using fwrite(). Detected usage of function plugin_dir_path(). Use wp_upload_dir() to get the uploads directory path or save to the database instead.
Sample message
Detected usage of a non-sanitized input variable: $_POST['formatlazy']
Sample message
Missing $domain parameter in function call to __().
Sample message
Translatable string should not be wrapped in HTML. Found: '<option value="center">Centré</option>'
Not analyzed yet.
First score snapshot
v10.0.10
22
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 22 | 1,022 | 751 | 271 | v10.0.10 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.