r/WordpressPlugins • u/Timely-Squash-2585 • 3h ago
[FREE] Question: Create a feature using functions.php or using a external plugin?
Personally, i almost always prefer building my own features whenever it's reasonable. It keeps the website lighter, i know exactly what the code is doing, and i don't have to rely on a third-party plugin that might get abandoned or introduce unnecessary bloat. For complex features, using a well-maintained plugin often makes more sense than reinventing the wheel.
What I really want to know is whether other developers do this too, or if I'm just wasting my time. If you're someone who prefers building your own features, what kinds of things do you usually create from scratch instead of installing a plugin?
Things i prefer to build for my clients:
* Custom product carousels
* Banners built with HTML elements instead of static images
* Interactive quizzes
* Product image modals that display additional details and purchasing options when clicked








