January 6, 2023 — In this online workshop, we’ll be looking at one of the most vital but overlooked aspects of developing plugins for WordPress, and that’s ensuring your plugin’s code is secure!
We will look at why this is important and learn how to implement a security-first mindset as you add functionality to your plugins, using real-world examples.
November 8, 2021 — This presentation discusses the accessibility plugins available on WordPress.org (July 2021) and the pros and cons of each type of plugin by functionality. Gain a better understanding of the accessibility plugin landscape, knowledge of how to test accessibility plugins for accuracy and usability, and which plugins, if any, might be worth installing.
November 6, 2021 — La scelta dei plugin da usare nel nostro sito WordPress può essere complessa. È quasi come un matrimonio fra il tuo sito e la nuova funzionalità che ti ha colpito. Un’unione che potrebbe rivelarsi perfetta, ma non necessariamente.
October 28, 2020 — We will start at the beginning to understand what a plugin does and why you would want one. We will answer common questions like:
– Where do you find plugins?
– How do you know which plugins are good?
– How many plugins should you have?
– How can you find out more about a plugin before you download or purchase it?
– How can you work with a plugin developer to fix issues you are having with the plugin?
October 9, 2020 — In this video I’ll walk you through the steps to add a custom post field to the plugin that we have built in the previous videos.
October 9, 2020 — In this video we will override the single template file from our plugin and customize it to fit our plugin needs.
October 9, 2020 — In this video we will keep working on our custom plugin. We will use WP-CLI to add custom taxonomies to our plugin.
October 9, 2020 — Build a custom plugin with WP-CLI is straight forward. We can use the `wp scaffold plugin` command to generate the base files for our plugin.
July 11, 2020 — If you’ve ever wanted to build your own plugin for WordPress, this is the session for you. We’re going to start from scratch and work our way up.
First, we’ll take a look at the basic requirements of a plugin. Next we’ll take our example plugin idea and break it into the various components and steps that we’ll need. We’ll code up the plugin together and install it on our sites, debugging any problems that arise. Finally, we’ll look at ways that we could further extend our plugin.
This tutorial assumes some HTML and CSS knowledge, but you don’t already need to be familiar with writing PHP or JavaScript.
June 16, 2020 — En 2011, creé un plugin conocido de gestión de boletines para WordPress, lo dejé en 2015 y desde entonces he trabajado como freelance.
Después de un tiempo, utilizando otras tecnologías fuera de WordPress, he vuelto a la carga y actualmente estoy desarrollando un plugin de gestión de citas para negocio.
Desde 2011 muchas cosas han cambiado :
WordPress
– Las tecnologías web
– Las expectativas de los usuarios
– El repositorio de WordPress
Hay que renovarse para crear un plugin de calidad en 2020.
Utilizando mis pasadas experiencias, hablaré sobre las motivaciones para crear un plugin y las distintas formas de abordar el desarrollo, viendo cada parte del proceso de creación desde la idea hasta el lanzamiento.