Add custom tooltip automatically for post's content/title/tag/excerpt/gallery/menu, easily add image / video / audio / social/link tooltips
Prioritized issue groups from the latest Plugin Check scan
Security
363
9 issue groups
Maintainability
174
12 issue groups
I18n
18
4 issue groups
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$adminTip'.
Sample message
$_GET['post_type'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Functions declared in the global namespace by a theme/plugin should start with the theme/plugin prefix. Found: "add_tooltips_post_type".
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "action_after_showtooltips".
Sample message
Global variables defined by a theme/plugin should start with the theme/plugin prefix. Found: "$disableTooltipandEnableGlossary".
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 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
Use placeholders and $wpdb->prepare(); found $limit_sql
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable $limit_sql at ORDER BY wposts.post_title ASC $limit_sql \n
Sample message
In footer ($in_footer) is not set explicitly wp_register_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
Mismatched text domain. Expected 'wordpress-tooltips' but got 'member-directory'.
Sample message
Short PHP opening tag used with echo; expected "<?php echo $title ..." but found "<?= $title ..."
Sample message
Detected usage of a possibly undefined superglobal array index: $_POST['glossaryIndexPageTermFontSize']. Check that the array index exists before using it.
Sample message
The $text parameter must be a single text string literal. Found: " <font color='gray'><i>(please check 'How to Use Language Addon to Custom Language of Your Glossary' in <a href='". esc_url($knowledgeBaseURL)."' target='_blank'>'Knowledge Base'</a> menu first )</i></font>"
Sample message
Function "sanitize_textarea_field()" requires WordPress 4.7.0, but your plugin minimum supported version is WordPress 3.8.0.
Sample message
Unescaped parameter $sql used in $wpdb->get_results()\n$sql assigned unsafely at line 1959.
Sample message
Processing form data without nonce verification.
Sample message
Processing form data without nonce verification.
Sample message
Missing $domain parameter in function call to __().
Sample message
The $text parameter must not contain interpolated variables or expressions. Found: $checkImportedTooltipsURL
Sample message
Detected usage of a non-sanitized input variable: $_FILES['tooltips_csv_upload_file']
Sample message
mt_rand() is discouraged. Use the far less predictable wp_rand() instead.
Sample message
Library files that are already in the WordPress core are not permitted.
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "Tooltips for Wordpress" - contains the restricted term "wordpress" which cannot be used at all in your plugin name.
Not analyzed yet.
First score snapshot
v10.9.3
31
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 31 | 564 | 312 | 252 | v10.9.3 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.