Here is a useful video from Paul Charlton showing how to use ChatGPT or an online code generator to create a custom plugin.

How to Create Your Own Plugin
Paul Charlton @ YouTube.com • 8 months ago
Paul Charlton @ YouTube.com • 8 months ago
Here is a useful video from Paul Charlton showing how to use ChatGPT or an online code generator to create a custom plugin.
Michelle Frechette @ ipawp.com • 8 months ago
Michelle Frechette and Corey Maass are starting up a new directory, an independent product alliance where WordPress product creators can work together to cross-promote each others work and hopefully get attention and sales.
Beatriz Fialho @ make.wordpress.org • 8 months ago
Work on the Twenty Twenty-File theme has started. This post shares plans which seem prioritize flexibility. There are examples shown for a blog and for a photo blog.
Team @ learn.wordpress.org • 9 months ago
WordPress org has a “Learn” courses area that has a large number of learning tracks. This is a good resource to bookmark or remember for when people ask for good courses.
Alex Lende @ developer.wordpress.org • 9 months ago
This article on the developer blog has a good overview of what JSON schema is and it also lists and explains the several ways that JSON schema is used in WordPress. It is worthwhile reading this article for orientation purposes for power users even if you aren’t a developer.
Brian Coords @ youtube.com • 10 months ago
In this video Brian Coords show the improvements to the Block Binding API. In the first half of the video he shows how it looks in the editor and in the second half he shows the code needed to implement it.
BobWP @ bobwp.com • 10 months ago
Mark Westguard was recently on the Do the Woo show and he shared some good points that plugin developers launching a product will find useful.
Alex Lende @ make.wordpress.org • 10 months ago
The theme.json file, which is used in block and hybrid themes, is getting a bump to version 3 in order to account for some default font and spacing size changes.
Paul Bearne @ make.wordpress.org • 10 months ago
WordPress has an API for storing and loading options, the Options API. Some changes to the Options API are coming with WordPress 6.6. One of the settings when creating an option is if the option should be auto loaded with each page. Up until now, the default when an option is created was “yes” to auto load it. However, a large amount of auto-loaded data can hurt page performance. The default is being changed to “null” and a ceiling on the size of auto-loaded options is being introduced. These and other changes are discussed in this article on the make blog.