Chykalophia Docs
WordPress

What are plugins?

A plain-English explanation of WordPress plugins — what they are, what they do, and how to think about them.

Difficulty
Beginner

If WordPress is the engine of your website, plugins are the add-ons that give it extra abilities. This guide explains what plugins are, how they work, and what you need to know as a site owner.

Quick summary

A plugin is a piece of software you add to WordPress to give your site new features — like a contact form, an online store, or better SEO tools. You don't need to know any code to use them.

What is a plugin?

A plugin is a small program that "plugs in" to WordPress and extends what it can do.

Out of the box, WordPress is good at publishing content — pages, posts, and images. But it doesn't come with a shopping cart, a booking calendar, a live chat widget, or hundreds of other features businesses need. Plugins fill those gaps.

Think of it like apps on your phone. Your phone works fine without apps, but you add them to do specific things — weather, maps, banking. Plugins work the same way for your website.

What plugins can your site have?

Here are some common types you may already have:

Content & design

  • Page builders (like Elementor)
  • Block and pattern libraries
  • Slider or gallery tools

Performance

  • Caching (speeds up your site)
  • Image compression
  • CDN integrations

Business tools

  • Contact forms
  • WooCommerce (online store)
  • Booking calendars
  • Membership areas

Security & maintenance

  • Backup tools
  • Firewalls and malware scanners
  • Login protection

SEO plugins (like Yoast SEO or Rank Math) are also very common. They let you write custom titles and descriptions for search engines — covered in Editing SEO titles & descriptions.

Where do plugins come from?

Most plugins come from one of three places:

SourceWhat it means
WordPress.orgFree plugins from the official directory. Any developer can submit one, and each new plugin is reviewed before it's listed, but quality still varies.
Premium / paid pluginsPurchased from developers directly. Often have more features and dedicated support.
Custom pluginsBuilt specifically for your site by a developer (like us).

Not all free plugins are created equal

"Free" doesn't mean safe or well-maintained. We carefully select every plugin on your site and keep them updated. If you're thinking of installing a new plugin yourself, please check with us first.

How plugins work

When a plugin is active, it runs alongside WordPress and adds its features to your site. When a plugin is inactive (deactivated), its code is still on the server but it's not doing anything. When it's deleted, its files are removed from the server, and some plugins also delete their data and settings at the same time.

You can see all your plugins at Plugins → Installed Plugins in your WordPress dashboard.

Should you install plugins yourself?

It depends on your comfort level and your care plan with us.

  • If we manage your site, always check with us before installing a new plugin. The wrong plugin can conflict with existing ones or slow down your site.
  • If you've been set up as an Administrator and are comfortable exploring, small trusted plugins are generally fine. If something breaks, see Deactivating vs deleting plugins for how to undo it safely.

The steps for installing a plugin are covered in How to install a plugin.

Keeping plugins updated

Out-of-date plugins can have security holes that put your site at risk. WordPress's own security guide calls keeping WordPress, plugins and themes up to date the most important thing you can do for security. Updates fix security holes and bugs. We handle plugin updates as part of your care plan — but if you manage updates yourself, read How to update plugins safely first.

Common questions

How many plugins is too many?

There's no magic number, but quality matters more than quantity. Ten well-coded plugins are better than twenty poorly made ones. The main concern is: are they well-maintained, compatible with each other, and actually needed? We trim unused plugins regularly to keep your site lean.

Do plugins slow down my site?

They can, if they're poorly built or there are too many of them doing similar jobs. Well-chosen plugins have minimal impact. See How plugins affect speed for more detail.

What happens if I deactivate a plugin?

The feature it powers stops working. For example, if you deactivate your contact form plugin, your contact forms stop working. The plugin's files, and normally its settings, stay on your site — you can reactivate it anytime.

Can plugins break my site?

Yes, sometimes — for example, when a plugin conflicts with another, or when a poorly coded update is released. This is why we always test updates and keep backups. See How to update plugins safely.

Need a hand?

If you're stuck, email support@chykalophia.com and we'll help. Include your website address and a screenshot if you can.

Learn more

Last updated

On this page