Análisis técnicos, arquitectura WordPress enterprise, tendencias en FSE y Gutenberg. Conocimiento directo desde las trincheras del desarrollo de alto impacto.
// Topics: WordPress · Architecture · Performance · FSE · DevOps · Security
When we work on different projects and also use the strategy that I always recommend Trunk Based development, it is common that we create many temporary branches. Some of them are removed from the remote repository after merge or close a task, but they remain in our local environment… taking space and messing up the…
A new version of Plugin Check Plugin has been released. Version 1.3.0 brings enhancements, including new checks for plugin headers, readme file validation, and stricter code quality measures such as restricting parse_str and disallowing HEREDOC and NOWDOC. It adds support … Leer más
This is a list that I will be updating of the most common operations I perform with WordPress CLI.
Two-factor authentication is being implemented in more and more online services such as social networks to improve security and prevent identity theft. Two-factor authentication to increase security in WordPress The benefits of using two-factor authentication are multiple: Layer of security. It offers a layer of security against possible password attacks. It performs a double authentication,…
For a project I needed to create my own cookies to audit that I was getting the information right.
The CLS Cumulative Layout Shift, or unexpected content movement, is a user-centric metric to measure visual stability, and helps to see how many users experience changes in the layout of the web unexpectedly. Within Web Development, CLS is a measure offered by Google’s Page Speed and should be less than 0.1. The lower it is,…
I have just developed a new version of the plugin for Visual Code that helps you with more than 170 snippets to develop in WordPress.
I learned this recently thanks to Fran Torres’s live video explaining how to publish directly to WordPress SVN. What is SVN? SVN stands for Subversion, and it is the version control for WordPress repositories such as the core itself, and also plugins. Once we have submitted the WordPress plugin and passed its review process, we…
He estado reunido con uno de los técnicos de Plesk, y este ha sido mi lista de deseos: Gestionar los correos de forma fácil. Que pudieras configurar el autodiscover de forma fácil para que los clientes se conectaran al correo … Leer más
Si hay una cosa que me molesta mucho, sobre todo cuando monto ZIP para desplegar un plugin, son los archivos __MACOS y .DS_Store. Creo que los usuarios que consumen dichos archivos, no deberían tener este rastro de archivos del sistema … Leer más
Programming today is made fundamental with Coding Standards. The objective is to maintain the same style, so that when you look at it you can easily interpret it. What is Coding Standards? Coding Standards are rules of style when developing, which allow us to better read and understand the functions. It tries to establish the…
Si necesitas eliminar todos los productos de tu tienda WooCommerce, ya sea porque estás desarrollando, has hecho una importación y quieres eliminarlo o quieres empezar de nuevo, puedes usar el siguiente fragmento que he encontrado y probado y que va … Leer más
Guía de cómo configurar los certificados seguros SSL para sitios multisite que necesitamos que se activen automáticamente con wildcard.
Códigos de provincia que te serán útiles al configurar formas de envío e impuestos en tu tienda online.
Acabo de desarrollar una nueva versión para el plugin para Visual Code que te ayuda con más de 150 snippets a desarrollar en WordPress.
Estos son los comandos SSH qué utilizo más habituales para administrar Servidores Web. Mover directorios.
Esta rutina detecta los productos que tengan como peso 0, y les añade un valor por defecto. Crea un archivo php en el raíz de tu instalación WordPress, con la información a continuación, y personaliza el valor del peso $weight_final … Leer más