Classic Text Widget Review - In-Depth Analysis
Restores the classic WordPress text widget from before version 4.8. It allows for shortcode execution and custom class filtering.
Performance Overview
User Rating
5/5 (based on 15+
reviews)
Active Installations
2,000+
Update Frequency
Below Average
It is calculated using the weighted average of same category
plugins.
Security Score
1 / 10
(Very Low Risk)
It is calculated using the weighted average of all versions.
What It Does
This plugin brings back the classic WordPress text widget without the TinyMCE editor. It is based on the code from WordPress version 4.7.5.
The functionality remains the same as the pre-version 4.8 text widget, with added features like shortcode execution and a custom class filter.
Note that this widget uses PHP namespaces to avoid conflicts with other similar widgets. PHP namespaces require PHP version 5.3.0 or higher, so ensure your server meets this requirement before installation.
Comparing to Alternatives
Classic Text Widget offers a straightforward solution to restore the previous text widget functionality in WordPress, standing out among several alternatives that also aim to enhance or revert widget editing experiences.
Strengths
- Restores classic text widget functionality effectively.
- Highly rated with perfect user satisfaction.
- No known security vulnerabilities.
- Simple and focused on a specific problem.
- Compatible with WordPress updates that changed widget behavior.
Weaknesses
- Lacks advanced features found in some alternatives.
- No visual editor included, only classic text editing.
- No pro version or premium support options.
- Limited to text widget restoration only.
User Sentiment Analysis
With a perfect 5-star rating from all 15 reviewers, user feedback is overwhelmingly positive, highlighting the plugin's reliability and effectiveness in restoring classic widget functionality.
Positive highlights
- "Saved by the bell … Awesome!" — ahmedmusawir
- "Cheers for the plugin... we DO need that classic functionality as well!" — Kramarz
- "Hallelujah!" — BitEdge
- "Wish I Found This Sooner" — editork
- "Great For HTML" — Lee Blue
Weaknesses
- No advanced editing features beyond classic text widget restoration.
- No premium support or additional functionalities.
- Limited to users needing classic text widget only.
Who Should Use This?
Best for
Users who prefer the classic WordPress text widget experience and want a simple, reliable way to restore it after updates that changed widget behavior.
Not ideal for
Users seeking enhanced widget editing features, visual editors, or premium support options may find this plugin too basic for their needs.
Pricing & Value
Free version includes
The free version fully restores the classic text widget functionality without limitations.
Final Verdict
Classic Text Widget is a highly effective and well-received plugin that perfectly addresses the need to restore the classic text widget in WordPress. Its flawless rating and lack of security issues make it a trustworthy choice for users wanting to maintain familiar widget functionality.
While it lacks advanced features and a pro version, its focused simplicity is its strength, making it ideal for users who want a straightforward solution without extra complexity. Alternatives exist for those needing more features, but this plugin excels in its niche.
Other Notable Features
Here are a few other notable features of this free
Classic Text Widget plugin.
FAQ
Yes and no. Filters that apply to the widget title remain the same to maintain compatibility across WordPress. Filters that apply to to the widget’s content now use add_filter(‘classic_widget_text’, ‘my_function’)
Yes, out of the box. To disable shortcode support, add remove_filter( ‘classic_widget_text’, ‘do_shortcode’ ) to your theme’s function file.
No, it does not directly support executing PHP. The widget does support shortcodes however. If you want to execute PHP in this widget, write your code as a shortcode and it will run.
Yes, but you have to be very careful and do it with SQL. See this post for details about how to bulk replace.
Contributors and developers
“Classic Text Widget”
is open source software. The following people have
contributed to this plugin.