Easy self-host Google Fonts, Adobe Fonts support, or upload custom fonts in WordPress. Integrated into the most popular themes and page builders.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
118
14 issue groups
Security
40
11 issue groups
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "a!yabe/webfont/api/font:clean_up".
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 $sql
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Use of heredoc syntax (<<<) is not allowed; use standard strings or inline HTML instead
Sample message
Unescaped parameter $sql used in $wpdb->get_results()\n$sql assigned unsafely at line 89.
Sample message
SQL wildcards for a LIKE query should be passed in through a replacement parameter. Found: LIKE '%1\$s'.
Sample message
Incorrect number of replacements passed to $wpdb->prepare(). Found 1 replacement parameters, expected 0.
Sample message
date() is affected by runtime timezone changes which can cause date/time to be incorrectly displayed. Use gmdate() instead.
Sample message
Processing form data without nonce verification.
Sample message
Detected usage of a non-sanitized input variable: $_SERVER['HTTP_REFERER']
Sample message
$_SERVER['HTTP_REFERER'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
Resource version not set in call to wp_register_script(). This means new versions of the script may not always be loaded due to browser caching.
Sample message
Use placeholders and $wpdb->prepare(); found interpolated variable {$where_clause} at "\n SELECT COUNT(*) FROM {$wpdb->prefix}yabe_webfont_fonts\n {$where_clause}\n "
Sample message
The "f!yabe/webfont/font:google" prefix is not a valid namespace/function/class/variable/constant prefix in PHP.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'YABE_WEBFONT'.
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
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: fclose().
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
Plugin name "Yabe Webfont - Use Custom Fonts, Google Fonts or Adobe Fonts" is different from the name declared in plugin header "Yabe Webfont".
Sample message
The "/vendor" directory using composer exists, but "composer.json" file is missing.
Potential connections found in static code analysis.
Outbound calls
97
External assets
0
Incoming endpoints
0
No external asset domains detected.
No public endpoints detected.
2 score snapshots
v1.0.114
34
Latest
v1.0.100
35
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 34 | 161 | 45 | 116 | v1.0.114 | 2.0.0 |
| 35 | 162 | 48 | 114 | v1.0.100 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.