When working with custom tables in WordPress, we need to have a way to clean the database if the users decide to delete our plugin or we need it ourselves. In this tutorial, we’ll use the same installer class from previous tutorials and update it with new methods.
Read MoreCategory: Plugins
Working with Custom Tables in WordPress – Meta Tables
WordPress has an API when working with custom meta tables but you have to follow the rules. We’ll cover what has to be done for those functions to work with your custom meta tables.
Read MoreOverview of the Freemius Cheat Sheet for WordPress Product Businesses
Freemius has a new cheat sheet created specifically for people or businesses that sell WordPress products (plugins or themes). This value-packed cheat sheet can actually be used for products in different ecosystems since they all share the same pains.
Read MoreLoading Your Library only once between WordPress Plugins
When you are developing multiple plugins, you might develop a library that will be used in some of them. So, what happens when your customers might use more than 1 of your plugins with that libary.
How are you going to handle the loading of it so you’re sure that the latest is being used?
Read MoreHow to enable Inner Blocks in your Gutenberg Block
Inner Blocks are Gutenberg Blocks that allow inserting additional blocks within your own block. To understand it even better, imagine a shortcode that wraps the content. This content can then be shown or hidden. You can achieve that inside Gutenberg with Inner Blocks.
Read More