Search

Building a WordPress Plugin: An Unfiltered Look

Listen to this article
web-design-website-coding-concept
Building a WordPress Plugin: An Unfiltered Look 2

 

Curious to know what goes into making your favorite WordPress plugins?

You’ve come to the right place! The reason I say that is because you can find a lot of resources on WordPress plugin development, but going behind the scenes can help you pick up details that you might not find in guides and tutorials.

So whether you’re creating your first WordPress plugin or your second, the topics discussed in this article will help you at every stage – right from research to development and beyond.

And with the same zeal to create, let’s go backstage into the development process of one of our plugins for WooCommerce – Product Catalog Manager. We’ll take you through the standard WordPress plugin development process we follow for all our plugins and also link additional resources to get any doubts out of the way.

 

So without wasting any more time, let’s dive in!

 

Note: We’re core WordPress core contributors and certified WooExperts with over 10+ years of experience and over 40,000+ plugin downloads. So this article has been carefully curated and updated to answer any questions you might have about building a WordPress plugin from scratch. If you have more questions, feel free to leave a comment or contact us.

 

 

Building a WordPress plugin: Behind The Scenes

Stage 1 – Ideation

For the full picture, we have to start by giving you some background. If you’re not familiar with our company, first of all, Hi, we’re WisdmLabs. Second of all, We’re platinum-certified WooExperts (casually inserting a humble brag) with a sizeable repository of WooCommecrce plugins built over time like Customer Specific Pricing, and Product Enquiry Pro.

All of our products are geared towards improving conversions on your WooCommerce shop. But for a while now our support team has been receiving inquiries for a lead generation/ marketing tool of sorts. Largely, for hiding product pricing from non-logged-in users. 

But since there were existing plugins for this function on the WordPress repository, we just redirected them to one of them.

But then what made us decide to create a plugin of our own?

Stage 2 – Validation

We have been aware for a while that lead generation is a desirable functionality for e-commerce business owners.

But based on our market research there were 3 to 4 existing plugins that already provided the same functionality. Hence, initially, we couldn’t justify devoting resources to developing a plugin in-house.

So when one of our existing customers needed this feature, usually someone using Customer Specific Pricing, we would recommend one of these plugins.

But then oddly, a chunk of these customers would return to us. Some with issues regarding compatibility, others with issues regarding inadequate support for the 3rd party plugins. This started to become a recurring occurrence.

This led us to believe that there was a need for us to build a lead generation/marketing plugin for our customers. So they can have a better experience using all of our products and not have to go back and forth between plugins.

It was also an added advantage that this plugin now nicely rounded out our Sales Booster Pack which has all our essential WooCommerce plugins. And customers could receive adequate support for all of them in one place.

We also toyed with the idea of releasing it as functionality for our Customer Specific Pricing plugin. However, we didn’t want to limit this tool to only the customers that have purchased CSP. We wanted to add value for customers using any plugin from our WooCommerce range. So we decided to release it as a separate free plugin!

How can you validate your idea?

When creating a plugin of your own, validating your idea is the first step. here are some questions you can ask yourself:

Is my idea unique?
There is a good chance it is not. But that doesn’t mean it needs to be dismissed. On the contrary, it tells you that there is a demand for such a solution in the market. How is my plugin different than others out there?
Define what sets you apart. If it’s not unique, how is your plugin making the existing solution better? How can you make improvements? If my idea is unique, is there a demand for this solution?
If nothing like your plugin exists on the market, make sure to run the idea by someone who is not close to the project. WordPress forums or groups are a good way to get genuine feedback.

Does my plugin solve the customer’s problems sufficiently?

Is there a large enough customer pool for my plugin to make it profitable? What problems are people looking to solve? Do the features of my plugin solve these problems? Quora and Reddit are both good platforms to scope this out.

 

 

 

Stage 3 – Planning and Effort Estimation

A plugin’s primary features are decided based on a couple of things.

  1. The needs of the customer
  2. Analysis of the competitors

Other factors in play are updates to WooCommerce and recent market trends.

For Product Catalog Manager, we wanted it to essentially be a lead generation/marketing plugin for WooCommerce shops. The popular way to do this on e-commerce shops is to hide the price of items or the ‘add to cart’ button until the person creates an account and logs in. So that was to be the primary function of our plugin.

Product Catalog Manager was to be a simple plugin, so there were just a few primary functions we landed on for now:

But before the plugin can be approved for development the team conducts an impact analysis and estimation of the efforts required.

  • For non-logged-in users, it hides the product prices 
  • For non-logged-in users, it hides the add-to-cart button
  • Users have the ability to sign in right from the page they are on and access the product prices without being redirected.
  • Users that are not registered could be redirected to a registration page

We analyze the technical impact on our potential customers and their website. Will it slow down the website? Can we minimize the technical load of this plugin? Is there a more efficient way to do things? 

Then there’s a rough estimate drawn up of the total number of work hours required. Development, debugging, quality analysis, working on plugin compatibility, etc. are all taken into account. This step is even more important when it comes to bigger projects.

Once we had all of this squared away, our plugin was ready to go into development.

 

How to plan and estimate effort for your plugin?

Step 1: Understand your needs, identify potential roadblocks, and define your objectives. This is your discovery phase where you clearly define what will be required in terms of work to be done. Separate this work out in terms of modules, features, or development tasks so as to keep better track of things

Step 2: Map every feature or development task to an estimated number of hours required. You should also have an idea of your developer’s hourly charges (On average it’s around $50/hr -$75/hr). Now, it’s just simple math to calculate your estimated timeline and total cost. You might find this article about the true cost of custom WordPress plugin development quite useful!

 

Stage 4 – Development 

So, once Product Catalog Manager was approved for development, it was passed onto our WooCommerce plugin developers.

When we are building paid WordPress plugins that are to go up on a marketplace, our development team does a thorough analysis of this marketplace.

The team goes through its complete documentation to check the standards and requirements. These form the base requirements for the plugin. 

Since Product Catalog Manager was a free plugin that was only going up on our website, we already knew the regulations and standards we had to adhere to. We have a standard framework that we use when developing our plugins. And so our developers got to work right away!

Our developers focus on features sequentially. Taking up each development task or module and working on it in its entirety – both on the front end and the back end. And finally putting it together in one awesome plugin. 

There’s a whole process to add a new feature or customize an existing plugin. First, we fix any issues. Then our team makes any required improvements, for example, better compatibility. Then we move to the features. 

Once the development work on Product Catalog Manager was finished it was checked for adherence to all development standards. And then it was sent in to do quality analysis.

Looking for a plugin that is uniquely tailored to your business needs? Our WordPress Plugin Development experts can create a plugin that exactly matches your requirements.

Stage 5 – Testing and Perfecting 

Quality analysis is done in stages. In the initial rounds of testing our analysts run the plugin through test cases. The plugin is tested for various use cases first automatically and then manually.

In each round of testing, any errors are reported back to the developer. The issues are fixed and the plugin is tested again. 

Here’s a very simple use case for PCM – checking if the price is hidden for simple products as well as variable products.

Our analysts not only check for issues in the functionalities of the plugin. The plugin is also tested for compatibility with our other WooCommerce plugins or with older features if it’s an existing plugin.

Next, the team tests the plugin to see if the UI/UX flows comfortably, and if the plugin is intuitive to use.

We sometimes Beta test for a few of our more complicated plugins. Since Product Catalog Manager is quite a simple plugin, that was not in the cards.

After the final rounds of testing, the analyst compiles the plugin’s release notes. These contain information about the plugin, compatibility details, and known issues if any.

We also create developer documentation that mentions hooks and filters. So the plugin can be customized if needed by the user.

 

How to build a WordPress Plugin?

If you understand WordPress plugin development and are DIYing it, we suggest you strictly abide by the plugin handbook. You also might find our article – A Beginner’s Guide to Creating Your First WordPress Plugin – a useful read.

But if you’re not familiar with plugin development, you definitely need to hire a WordPress developer. And one that knows what they’re doing. If you have an in-house team, that’s great. If not you can go one of two ways.

You can hire a freelance developer. But then you might have to hire someone separately for testing. 

For an end-to-end solution, your best bet is to hire a WordPress development agency that specializes in white-label WordPress plugin development services. White-label plugin development is when you outsource building a WordPress plugin to an agency that delivers to the finished product. Which you can then brand and sell. An agency like this can be a useful companion on this journey. They can take care of all the technical work – from planning to development to testing. Meanwhile, you can focus on getting ready for the launch, marketing your plugin, and setting up your landing pages. Hiring an agency also has the added benefit of maintenance services after launch as well as support. 

 

 

 

Stage 6 – Getting Ready for Launch & Marketing our plugin

While our developers were busy building the WordPress plugin and making sure it worked, our marketing team was busy marketing our plugin. We had to let our customers know it was launching!

The team got in touch with some of the big influencers in WooCommerce and WordPress like BobWP, Kasa Reviews, and LearnWoo to ask for their feedback on the plugin and ask them to review the plugin. 

We created a landing page, and a demo video, and announced it in our newsletter, among other things!

And then it was showtime! It was Launch Day! And our plugin was finally out there!

Let me be honest with you, there is always a slight chance that even with all your efforts something could go wrong on launch day. We’ve also been there! But if you have a pro developer team behind you, you don’t need to worry. Luckily, with Product Catalog Manager, it went as smoothly as butter.

 

Stage 7 – Beyond the Launch – Updates and Maintenance 

When you put a WordPress plugin out into the world, it is your responsibility to ensure the customers using it have the best experience. Regular maintenance and upkeep of your plugins is a non-negotiable part of the job. To make sure your plugin continues to run smoothly with newer versions of WordPress, themes, and other plugins often used with your plugin is important for continued customer satisfaction. Our development team is always on top of it for all our plugins. 

Product Catalog Manager has now been available to our customers for a while now, so our job now is to listen to our users about how we can make this plugin better. And already, we are bringing out a new feature update! Very soon users are going to have the ability to hide/show prices to specific customers, user roles, and groups & manage the visibility of the ‘Add to cart’ button for lead-capturing purposes.

 

Building a WordPress plugin is not easy but also not impossible

If you have decided on building a WordPress plugin you have some big decisions to make.

But don’t worry, you’re gonna do great!

I hope this article has given you some insight into all the things that go into the process. If you have any more questions or doubts do leave them down below, we would be happy to answer!

If you feel stuck and need expert help, you can get help from our certified WordPress Experts. Having worked on 300+ projects over the last 10+ years we know WordPress in and out.

 

 

Other than that, just want to end this with good luck on building a WordPress plugin for your website! 🙂

 

Also Read: Common WordPress Plugin Development Issues: 7 Mistakes to Avoid

Nitansha Tanwar

Nitansha Tanwar

Leave a Reply

Your email address will not be published. Required fields are marked *

Get The Latest Updates

Subscribe to our Newsletter

A key to unlock the world of open-source. We promise not to spam your inbox.

Suggested Reads

WordPress Development

Custom WordPress Solutions, for You

LearnDash Development

Custom LearnDash Solutions, for You

WooCommerce Development

Custom WooCommerce Solutions, for You

WordPress Plugins

Scale your WordPress Business

WooCommerce Plugins

Scale your WooCommerce Business

LearnDash Plugins

Scale your LearnDash Business

Label

Title

Subtext

Label

Title

Subtext

Join our 55,000+ Subscribers

    The Wisdm Digest delivers all the latest news, and resources from the world of open-source businesses to your inbox.

    Suggested Reads

    WordPress Tips & Tricks
    Ketan Vyawahare

    How to Make Responsive Tables using CSS without Tag Read More »

    Don't Settle for Less - Learn How to Choose the Right WordPress Plugin Developer.

    Get your hands on invaluable advice and recommendations. Download our free guide to make informed decisions when hiring a WordPress plugin Developer and maximize your ROI