July 13, 2023 — Learn.WordPress.org (Learn WordPress) is the WordPress project’s official learning platform. Contributors from all around the world create new content for Learn WordPress regularly.
Before a piece of content is created, the topic of that content is vetted for accuracy and relevance. Learning objectives are set, and related resources are collected. These tasks are completed by the team’s Subject Matter Experts.
If you are interested in sharing your expertise and contributing to the Training Team as a Subject Matter Expert, then this Online Workshop is for you! Come join Ben as he walks through the topic vetting process, explaining each step along the way.
July 13, 2023 — When was the last time you tested code in production? Your own website doesn’t count.
Conversations with the Terminal, or WP-CLI for PHP developers, is the sequel of WordPress through the Terminal workshop, focusing on a set of commands and tools useful for PHP developers.
This is not just a live demo of WP-CLI commands. This is zooming out and seeing WP-CLI in collaboration with other tools in the context of PHP developer needs and everyday tasks. We’ll probably release the Kraken as well.
July 12, 2023 — The navigation block is one of the most complex and confusing blocks to work with using the Gutenberg block editor.
But it doesn’t have to be.
This presentation will show you how to set your site’s navigation using only blocks and not the classic menu system. We’ll also have a look at what’s coming in 6.3.
July 11, 2023 — In this session, we will explore eight tips and shortcuts you could use to work faster and more efficiently in the block editor. We will also explore the various editor modes in the block editor that you can select to improve your writing or editing experience.
July 11, 2023 — In this short video tutorial, we will explore seven ways to improve your site’s security.
July 8, 2023 — En esta charla, exploraremos los errores más comunes en términos de seguridad y formato a la hora desarrollar un plugin para WordPress. El objetivo principal de esta charla es brindarte las herramientas necesarias para proteger y asegurar tu plugin, así como evitar los errores más frecuentes en su desarrollo. Con estos requerimientos podrás subir sin problemas tus plugins al repositorio de WordPress.
July 7, 2023
July 7, 2023 — The WordPress Training Team brings you the resources on Learn.WordPress.org — and you can be a part of it! You don’t need to be an educator or expert to contribute to the team, nor do you need a huge time commitment — all that’s required is your enthusiasm for WordPress!
In this session, we:
• Introduce you to the Training Team
• Talk about the different types of content the team produces
• All the different ways you can contribute to Learn WordPress and the Training Team
July 7, 2023 — WordPress contains an extensive list of APIs for performing common tasks across a WordPress site. From interacting with the database to creating responsive images, there’s an API for practically everything. This session will be the first in a series of an introduction to the common WordPress APIs, starting with the Dashboard Widgets API.
July 7, 2023 — When developing WordPress plugins or themes, it’s a good idea to have tools in place to help improve your code quality and debug your code in the case of errors. Enabling error logs, inspecting the values of variables during code execution, and looking at the database queries being run are all tools that developers can use to find and fix problems. In this tutorial, we’ll dive into some of the options built into WordPress that you have at your disposal, learn about various debugging plugins and their uses, as well as look at one or two third-party tools to consider.