
wpTextResize Security & Risk Analysis
wordpress.org/plugins/wptextresizecontrolswpTextResize is an easy to use way to have Increase, Decrease, reset font size controls for body text on a WordPress site.
Is wpTextResize Safe to Use in 2026?
Generally Safe
Score 85/100wpTextResize has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.
The wptextresizecontrols plugin v1.5 exhibits a strong security posture in several key areas, particularly with its absence of known vulnerabilities and a clean record of past security issues. The static analysis shows a completely closed attack surface with no apparent entry points that are accessible without authentication. Furthermore, all SQL queries utilize prepared statements, which is an excellent practice for preventing SQL injection. The plugin also avoids file operations and external HTTP requests, further reducing its potential attack vectors. However, the analysis does reveal some concerning code signals. The presence of `create_function`, a deprecated and often insecure PHP function, is a significant red flag. Additionally, 100% of the output escaping is not properly handled, which could lead to Cross-Site Scripting (XSS) vulnerabilities if any of the output data is user-controlled or originates from an untrusted source. The lack of nonce checks and capability checks also contributes to potential security weaknesses.
Key Concerns
- Use of deprecated and insecure create_function
- All output is unescaped
- Missing nonce checks
- Missing capability checks
wpTextResize Security Vulnerabilities
wpTextResize Release Timeline
wpTextResize Code Analysis
Dangerous Functions Found
Output Escaping
wpTextResize Attack Surface
WordPress Hooks 3
Maintenance & Trust
wpTextResize Maintenance & Trust
Maintenance Signals
Community Trust
wpTextResize Alternatives
Zeno Font Resizer
zeno-font-resizer
Zeno Font Resizer allows the visitors of your website to change the font size of your text.
Accessibility Font Resizer
accessibility-font-resizer
Make accessibility better for your visitors by enabling them to resize the text on your website and make it bigger.
WP-Font-Resizer
wp-font-resizer
WP-Font-Resizer is a plugin that helps users to increase or decrease font size and also reset default font size.
Simple Font Resizer
simple-font-resizer
Just Install and click to resize your font plugins. Simple but flexible.
WP-Text-Sizer
wp-text-sizer
Provide visitors to your site the the option of increasing or decreasing the size of text onclick of image or text links using JavaScript.
wpTextResize Developer Profile
18 plugins · 3K total installs
How We Detect wpTextResize
Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.
Asset Fingerprints
/wp-content/plugins/wptextresizecontrols/text.jsHTML / DOM Fingerprints
wptextresizewpTextResizeControlsincreaseFontresetFontdecreaseFonttitle='Resize Body Text'title='Increase Font Size'title='Reset Font Size'title='Decrease Font Size'<div title='Resize Body Text' class='wpTextResizeControls' style='background-color:lightgray;border-radius:7px;-moz-border-radius:7px;-webkit-border-radius:7px;padding:3px;width:55px;'><a class='increaseFont' title='Increase Font Size' style='font-size:18px;cursor:pointer;'>A</a><a class='resetFont' title='Reset Font Size' style='font-size:13px;padding-left:10px;cursor:pointer;'>A</a><a class='decreaseFont' title='Decrease Font Size' style='font-size:10px;padding-left:10px;cursor:pointer;'>A</a>