Skip to content

Megabyte

Community Champion & Project Manager

  • About Me
  • Open Source
  • Certifications

If you appreciate my WordPress open source project contributions, please consider donating to my book fund.

If you have web dev work you need help with, check out my services.

If you are a web dev or agency and need PM/sales work, reach out here!

🍉

Tag: WordPress Plugins

7 WordPress Features You Can Write a Simple Plugin For

Posted October 17, 2018October 20, 2024

Here are 7 examples of simple plugins you can write to get started with WordPress plugin development. Plugins in the WordPress repository should try to serve a single purpose. The “single purpose” concept is so the author can maintain the code more easily and so the end-user that doesn’t have […]

Category: Web DevelopmentTags: Beginner WordPress WordPress Plugins

Breaking vs Non-Breaking Plugin Changes

Posted August 13, 2018October 20, 2024

If you’re anything like me, when you open up old files, you like to clean them up while working in them. It only adds a small amount of time to your work and is the most convenient time to “get around” to cleaning things up. There are some things we […]

Category: Web DevelopmentTags: Beginner Clean Code Event Organizing Testing WordPress WordPress Plugins

Testing Updates & New Features for Your Clients

Posted March 12, 2018October 20, 2024

Before You Start – Documentation When you are working on someone else’s site, it’s imperative to minimize the risks you introduce. One of the first steps in minimizing risks is understanding the current setup and documenting your process. The documentation may start off as notes for yourself, but could quickly […]

Category: Web DevelopmentTags: Testing Updates Web Developer WordPress Plugins Workflow

WordPress Plugin Activation, Deactivation, and Uninstallation

Posted January 23, 2016October 20, 2024

Know when you are deleting a plugin from WordPress and this message pops up? The message “Are you sure you wish to delete these files and data?” appears when the user clicks to delete a plugin. It’s important to note that deactivating a plugin and deleting a plugin are two […]

Category: Web DevelopmentTags: Hooks WordPress WordPress Plugins

5 Unique Ways to Use WordPress

WordPress Logo
Posted January 13, 2016October 20, 2024

A lot of non-developers and developers unfamiliar with WordPress see it as just a blogging platform, or just a basic Content Management System. They think of WordPress as a way to organize posts, media, and pages. But with all the functionality behind Custom Fields, Custom Post Types, and Taxonomies, you […]

Category: Web DevelopmentTags: WordPress WordPress Plugins WordPress Wednesday
Links: GitHub LinkedIn
Content Disclaimer