A thorough explanation of the WordPress Interactivity API, the reasons behind it, and how to use it.

Understanding the WordPress Interactivity API
Learning Hub @ wplake.org • 5 months ago
Learning Hub @ wplake.org • 5 months ago
A thorough explanation of the WordPress Interactivity API, the reasons behind it, and how to use it.
wp product talk @ youtube.com • 5 months ago
For product authors – This is a good discussion about hosting your themes and plugins in the WordPress directory in light of the news about the directory ownership. They discuss pros and cons as well as other options.
Ovidiu Maqhetiu @ youtube.com • 6 months ago
An overview of a new tool, WPCodeBox IDE. It is currently in beta and only available for WPCodeBox owners. The plugin installs a feature rich file manager and IDE into your site.
Fabian Kägy @ make.wordpress.org • 6 months ago
Up to now it has been difficult for plugins to register custom block templates. WordPress 6.7 adds a new Template Registration API for plugins.
Frank Klein @ wpdevelopment.courses • 6 months ago
This is a good article about CSS for block themes. It talks about how using style.css shifts to theme.json and block styles.
Jeremy Holcombe @ kinsta.com • 7 months ago
This article by Jeremy Holcombe provides a very thorough look at using the theme.json file for creating your own block theme and for customizing blocks. It is a good resource for power users and theme authors.
David Perez @ make.wordpress.org • 7 months ago
The plugin review team has released a plugin that runs a number of checks on plugins to help identify the types of issues found during the plugin review process. This helps plugin authors find and fix issues prior to submitting them for review.
Jeff Chandler @ wptavern.com • 7 months ago
A topic from the past for plugin developers – Many plugins leave their database entries behind when they are deleted from the website. WordPress has an uninstall hook and will run an uninstall.php if it exists. These provide a cleanup option.
Jyolsna @ wptavern.com • 8 months ago
For plugin developers – the Gutenberg plugin has introduced the ability to register block templates using API calls which makes it easier to include templates in plugins. This feature is scheduled for inclusion in WordPress 6.7.