508 – Planning out a WordPress Plugin
Announcements
- Yoast Joins Newfold Digital, Team To Stay in Place
- Emoji Toolbar Plugin Brings an Emoji Picker Back to the WordPress Editor
- Automattic Releases Quadrat, a Block-Based Podcasting WordPress Theme
- WordCamp US Online Set for October 1, 2021, as Community Team Weighs Proposal for Returning to In-Person WordCamps
- Colorado Becomes First State to Require State and Local Government Websites to Meet Accessibility Standards
- Block Widgets, Template Editing, Media, and More: Enabling and Disabling WordPress 5.8 Features
- Gutenberg 11.1 Adds Drag-and-Drop Support for List View and Upgrades Block Borders
- WordPress 5.8 “Tatum” Introduces Block Widgets, Duotone Media Filters, New Emoji Support, and More
Is there a plugin for that?
With more than 50,000 plugins in the WordPress repository, it’s hard to find the perfect one. Each week, I will highlight an interesting plugin form the repository.
For more great plugins, download my 50 Most Useful Plugins eBook.
Disable Sales for WooCommerce is a plugin that allows you to set your WooCommerce store in vacation mode.
Planning out a WordPress Plugin
Let’s think about the steps to create a WordPress polling plugin.
Basically it’s a plugin that has a few simple questions – who will have the most gold medals at the Olympics and will you watch.
The things to think about:
- Where will you store the data?
- What data will you collect?
- What limitations are there to store in the
wp_posts
table? - Is all of that data necessary?
- Do you want folks to be able to vote more than once? If not, how can you control that?
- How long do you store the data?