The original Google Fonts self-hosting plugin. Automagically caches your fonts locally — no configuration (or brains) required!
Prioritized issue groups from the latest Plugin Check scan
Security
152
8 issue groups
I18n
73
4 issue groups
Maintainability
38
11 issue groups
Supply Chain
5
1 issue group
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '"#$handle"'.
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
Processing form data without nonce verification.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "$name . '_' . $option . '_setting_disabled'".
Sample message
All output should be run through an escaping function (like esc_html_e() or esc_attr_e()), found '_e'.
Sample message
Multiple placeholders in translatable strings should be ordered. Expected "%1$s, %2$d, %3$s", but got "%s, %d, %s" in '%s detected · %d subsets loading on every page · %s impact'.
Sample message
$_GET['omgf_optimize'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Detected usage of a non-sanitized input variable: $_COOKIE[$cookie_name]
Sample message
Hidden files are not permitted.
Sample message
Detected usage of a possibly undefined superglobal array index: $_GET['PageSpeed']. Check that the array index exists before using it.
Sample message
Hook names invoked by a theme/plugin should start with the theme/plugin prefix. Found: "apply_omgf_pro_promo".
Sample message
File operations should use WP_Filesystem methods instead of direct PHP filesystem calls. Found: rmdir().
Sample message
parse_url() is discouraged because of inconsistency in the output across PHP versions; use wp_parse_url() instead.
Sample message
error_log() found. Debug code should not normally be used in production.
Sample message
Missing $domain parameter in function call to __().
Sample message
Using exclusionary parameters, like exclude, in calls to get_posts() should be done with caution, see https://wpvip.com/documentation/performance-improvements-by-removing-usage-of-post__not_in/ for more information.
Sample message
Sanitization missing for register_setting().
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: readfile().
Sample message
rename() is discouraged. Use WP_Filesystem::move() to rename a file.
Sample message
The $domain parameter must be a single text string literal. Found: $this->plugin_text_domain
Sample message
AI instruction directory ".claude" detected. These directories should not be included in production plugins.
Sample message
Application files are not permitted.
Sample message
File and folder names must not contain spaces or special characters.
Potential connections found in static code analysis.
Outbound calls
108
External assets
0
Incoming endpoints
6
No external asset domains detected.
No public endpoints detected.
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
wp_ajax
4 score snapshots
v6.3.10
31
Latest
v6.3.9
31
Score
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 31 | 276 | 213 | 63 | v6.3.10 | 2.0.0 |
| 31 | 276 | 213 | 63 | v6.3.9 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.